Skip to content

Commit

Permalink
Merge pull request #76 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 f7d8209 + 95bf0cb commit 2e9a2f2
Show file tree
Hide file tree
Showing 7 changed files with 118 additions and 284 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -31,7 +31,7 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-filter": "^2.13",
"laminas/laminas-servicemanager": "^3.16.0",
"laminas/laminas-stdlib": "^3.0",
Expand All @@ -40,11 +40,10 @@
"require-dev": {
"ext-json": "*",
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-db": "^2.15.0",
"phpunit/phpunit": "^9.5.24",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"psr/http-message": "^1.0",
"vimeo/psalm": "^4.27.0",
"psr/http-message": "^1.0.1",
"vimeo/psalm": "^4.28",
"webmozart/assert": "^1.11"
},
"suggest": {
Expand Down
Loading

0 comments on commit 2e9a2f2

Please sign in to comment.