Skip to content

Commit

Permalink
Merge pull request #30 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 6a97adb + 2b8bb3b commit af19dce
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 200 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci.json
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.2": true
}
}
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -14,7 +14,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -23,18 +23,18 @@
"extra": {
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-config-aggregator": "^1.1",
"laminas/laminas-stdlib": "^3.10.1",
"symfony/dependency-injection": "^5.4 || ^6.0"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.4.0",
"laminas/laminas-coding-standard": "^2.3",
"laminas/laminas-coding-standard": "~2.4",
"laminas/laminas-config": "^3.7.0",
"phpunit/phpunit": "^9.5",
"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 af19dce

Please sign in to comment.