Skip to content

Commit

Permalink
Merge pull request #22 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 16, 2022
2 parents 2d2a85b + 88fd72a commit 25ab477
Show file tree
Hide file tree
Showing 7 changed files with 272 additions and 559 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4.99"
"php": "8.0.99"
}
},
"extra": {
Expand All @@ -34,7 +34,7 @@
}
},
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-permissions-acl": "^2.9",
"mezzio/mezzio-authorization": "^1.2",
"mezzio/mezzio-router": "^3.8",
Expand All @@ -43,12 +43,10 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-servicemanager": "^3.10",
"phpspec/prophecy": "^1.15",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.11",
"laminas/laminas-servicemanager": "^3.15",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.24"
"vimeo/psalm": "^4.29"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
Loading

0 comments on commit 25ab477

Please sign in to comment.