Skip to content

Commit

Permalink
Merge pull request #31 from gsteel/phpunit-10
Browse files Browse the repository at this point in the history
Remove support for PHP 8.0, Upgrade PHPUnit to ^10
  • Loading branch information
Ocramius authored Mar 20, 2023
2 parents e96e5be + 97927cd commit dbfb4ce
Show file tree
Hide file tree
Showing 12 changed files with 553 additions and 589 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/.phpcs-cache
/.phpunit.result.cache
/.phpunit.cache
/phpunit.xml
/vendor/
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"composer/package-versions-deprecated": true
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"extra": {
Expand All @@ -36,10 +36,10 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0",
"fig/http-message-util": "^1.1.2",
"laminas/laminas-stdlib": "^2.0 || ^3.1",
"mezzio/mezzio-router": "^3.7",
"laminas/laminas-stdlib": "^3.1",
"mezzio/mezzio-router": "^3.14",
"nikic/fast-route": "^1.2",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0.1"
Expand All @@ -49,9 +49,9 @@
"laminas/laminas-diactoros": "^2.24",
"laminas/laminas-stratigility": "^3.9",
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^9.5.27",
"phpunit/phpunit": "^10.0.17",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.4"
"vimeo/psalm": "^5.8"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
Loading

0 comments on commit dbfb4ce

Please sign in to comment.