Skip to content

Commit

Permalink
Merge pull request #33 from gsteel/PHP-8.2
Browse files Browse the repository at this point in the history
Adds support for PHP 8.2, Drops support for PHP 7.4
  • Loading branch information
Ocramius committed Oct 10, 2022
2 parents 84c572a + 34da9a8 commit 3c94914
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 234 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -33,17 +33,17 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/http-message": "^1.0",
"psr/http-message-implementation": "^1.0",
"psr/http-server-handler": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-diactoros": "^2.13.0",
"phpunit/phpunit": "^9.5.21",
"laminas/laminas-diactoros": "^2.18",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.24.0"
"vimeo/psalm": "^4.28"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 3c94914

Please sign in to comment.