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 10, 2022
2 parents 062a81c + 26c4625 commit 6bc10b0
Show file tree
Hide file tree
Showing 5 changed files with 406 additions and 639 deletions.
3 changes: 2 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"ignore_php_platform_requirements": {
"8.0": false,
"8.1": false
"8.1": false,
"8.2": true
}
}
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4.99"
"php": "8.0.99"
}
},
"extra": {
Expand All @@ -34,21 +34,21 @@
}
},
"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.5",
"laminas/laminas-psr7bridge": "^0.2.2 || ^1.0.0",
"laminas/laminas-router": "^3.3.0",
"mezzio/mezzio-router": "^3.2",
"laminas/laminas-psr7bridge": "^1.0.0",
"laminas/laminas-router": "^3.10.0",
"mezzio/mezzio-router": "^3.9",
"psr/http-message": "^1.0.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-i18n": "~2.17",
"laminas/laminas-stratigility": "^3.8",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.24",
"laminas/laminas-diactoros": "^2.19",
"laminas/laminas-i18n": "^2.19",
"laminas/laminas-stratigility": "^3.9",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.27"
"vimeo/psalm": "^4.28"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 6bc10b0

Please sign in to comment.