Skip to content

Commit

Permalink
Merge pull request #46 from gsteel/drop-php-8.0-upgrade-phpunit
Browse files Browse the repository at this point in the history
Remove support for PHP 8.0, Upgrade PHPUnit to 10.x
  • Loading branch information
Ocramius authored May 29, 2023
2 parents 86cecb5 + 8198a73 commit ea9f664
Show file tree
Hide file tree
Showing 12 changed files with 713 additions and 989 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/phpunit.xml
/vendor/
.phpcs-cache
.phpunit.cache
14 changes: 7 additions & 7 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": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -29,15 +29,15 @@
"zendframework/zend-permissions-acl": "*"
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
"php": "~8.1.0 || ~8.2.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-servicemanager": "^3.19",
"phpbench/phpbench": "^1.2",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0"
"laminas/laminas-servicemanager": "^3.21",
"phpbench/phpbench": "^1.2.10",
"phpunit/phpunit": "^10.1.3",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.12"
},
"suggest": {
"laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
Expand Down
Loading

0 comments on commit ea9f664

Please sign in to comment.