Skip to content

Commit

Permalink
Add Support for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Nov 3, 2022
1 parent af86403 commit a0680fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"php": "^7.3 || ~8.0 || ~8.1",
"php": "^7.3 || ~8.0 || ~8.1 || ~8.2",
"laminas/laminas-stdlib": "^3.6",
"psr/container": "^1.0 || ^2.0",
"symfony/console": "^5.4",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0680fc

Please sign in to comment.