Skip to content

Commit

Permalink
Merge pull request #103 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 committed Oct 11, 2022
2 parents ca2f4ac + 741ae75 commit da26bc5
Show file tree
Hide file tree
Showing 7 changed files with 193 additions and 277 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci.json
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.2": true
}
}
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -23,11 +23,11 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4.99"
"php": "8.0.99"
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"composer-runtime-api": "^2.0.0",
"psr/container": "^1.0 || ^2.0",
"symfony/console": "^5.3.7 || ^6.0",
Expand All @@ -37,12 +37,12 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-mvc": "^3.1.1",
"laminas/laminas-servicemanager": "^3.15.1",
"laminas/laminas-mvc": "^3.3.5",
"laminas/laminas-servicemanager": "^3.19",
"mikey179/vfsstream": "2.0.x-dev",
"phpunit/phpunit": "^9.5.9",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.24.0"
"vimeo/psalm": "^4.29"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit da26bc5

Please sign in to comment.