Skip to content

Commit

Permalink
Remove support for PHP 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed May 5, 2023
1 parent 0688666 commit c31e58a
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 70 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -35,7 +35,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0",
"mezzio/mezzio-helpers": "^5.0",
"mezzio/mezzio-router": "^3.7",
"mezzio/mezzio-template": "^2.0",
Expand All @@ -44,7 +44,7 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.5.26"
"phpunit/phpunit": "^9.6.7"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
130 changes: 63 additions & 67 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c31e58a

Please sign in to comment.