Skip to content

Commit

Permalink
Merge pull request #34 from gsteel/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 committed Apr 23, 2023
2 parents 44bc19f + cd76f9f commit ff0cd89
Show file tree
Hide file tree
Showing 8 changed files with 414 additions and 547 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/.phpunit.result.cache
/.phpunit.cache
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
Expand Down
19 changes: 9 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand All @@ -23,18 +23,17 @@
"extra": {
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"laminas/laminas-config-aggregator": "^1.1",
"laminas/laminas-stdlib": "^3.10.1",
"symfony/dependency-injection": "^5.4 || ^6.0"
"php": "~8.1.0 || ~8.2.0",
"laminas/laminas-config-aggregator": "^1.13",
"laminas/laminas-stdlib": "^3.17",
"symfony/dependency-injection": "^5.4 || ^6.2.8"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.4.0",
"laminas/laminas-coding-standard": "~2.4",
"laminas/laminas-coding-standard": "^2.5",
"laminas/laminas-config": "^3.8.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^5.1"
"phpunit/phpunit": "^10.1.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.9"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ff0cd89

Please sign in to comment.