Skip to content

Commit

Permalink
Add support for PHP 8.2, Drop support for PHP 7.4
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Oct 10, 2022
1 parent 9669e5b commit 39c070e
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 333 deletions.
12 changes: 6 additions & 6 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",
"fig/http-message-util": "^1.1.2",
"psr/container": "^1.0 || ^2.0",
"psr/http-factory": "^1.0",
Expand All @@ -49,11 +49,11 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-diactoros": "^2.11",
"laminas/laminas-stratigility": "^3.4",
"phpunit/phpunit": "^9.5.11",
"laminas/laminas-diactoros": "^2.18",
"laminas/laminas-stratigility": "^3.8",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.17"
"vimeo/psalm": "^4.28"
},
"suggest": {
"mezzio/mezzio-aurarouter": "^3.0 to use the Aura.Router routing adapter",
Expand Down
Loading

0 comments on commit 39c070e

Please sign in to comment.