Skip to content

Commit

Permalink
Merge pull request #27 from mezzio/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 committed Oct 11, 2022
2 parents b7b4d67 + 91f922d commit 3b9b04d
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 241 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"composer/package-versions-deprecated": true
},
"platform": {
"php": "7.4.99"
"php": "8.0.99"
}
},
"extra": {
Expand All @@ -35,7 +35,7 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"mezzio/mezzio-router": "^3.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0.1",
Expand All @@ -44,10 +44,10 @@
"require-dev": {
"ext-json": "*",
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-diactoros": "^2.11.1",
"phpunit/phpunit": "^9.5.11",
"laminas/laminas-diactoros": "^2.19",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.17"
"vimeo/psalm": "^4.29"
},
"suggest": {
"ext-json": "If you wish to use the JsonStrategy with BodyParamsMiddleware"
Expand Down
Loading

0 comments on commit 3b9b04d

Please sign in to comment.