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
Add support for PHP 8.2, Remove support for PHP 7.4
  • Loading branch information
Ocramius authored Oct 10, 2022
2 parents e47196d + c0827b4 commit b847ad3
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 245 deletions.
6 changes: 1 addition & 5 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
{
"ignore_php_platform_requirements": {
"8.1": true
}
}
{}
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {},
"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",
"laminas/laminas-escaper": "^2.10.0",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^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"
},
"conflict": {
"laminas/laminas-diactoros": "<1.7.1",
Expand Down
Loading

0 comments on commit b847ad3

Please sign in to comment.