Skip to content

Commit

Permalink
Merge pull request #22 from gsteel/PHP-8.2
Browse files Browse the repository at this point in the history
Add support for PHP 8.2, Remove support for PHP 7.4
  • Loading branch information
Ocramius authored Oct 18, 2022
2 parents 213a6be + f2740ed commit cebe17a
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 218 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"mikey179/vfsstream": "^1.6.10",
"phpunit/phpunit": "^9.5.21",
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.24"
"vimeo/psalm": "^4.29"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit cebe17a

Please sign in to comment.