Skip to content

Commit

Permalink
Merge pull request #21 from gsteel/PHP-8.2
Browse files Browse the repository at this point in the history
Add support for PHP 8.2, Drop support for PHP 7.4
  • Loading branch information
Ocramius authored Oct 10, 2022
2 parents cf0bf81 + ae862ea commit 046519d
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 217 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.99"
"php": "8.0.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0"
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.24",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.27.0"
"vimeo/psalm": "^4.28"
},
"suggest": {
"mezzio/mezzio-laminasviewrenderer": "^2.0 to use the laminas-view PhpRenderer template renderer",
Expand Down
Loading

0 comments on commit 046519d

Please sign in to comment.