Skip to content

Commit

Permalink
Merge pull request #44 from gsteel/PHPUnit-10
Browse files Browse the repository at this point in the history
Drop support for PHP 8.0 and upgrade to PHPUnit 10
  • Loading branch information
Ocramius authored Mar 2, 2023
2 parents ae578da + d290478 commit be3d065
Show file tree
Hide file tree
Showing 17 changed files with 730 additions and 832 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/.phpcs-cache
/.phpunit.result.cache
/.phpunit.cache
/clover.xml
/coveralls-upload.json
/phpunit.xml
/vendor/
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"composer/package-versions-deprecated": true
},
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"extra": {
Expand All @@ -35,7 +35,7 @@
}
},
"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",
"psr/container": "^1.0 || ^2.0",
"psr/http-factory": "^1.0",
Expand All @@ -51,9 +51,9 @@
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^2.24",
"laminas/laminas-stratigility": "^3.9.0",
"phpunit/phpunit": "^9.5.27",
"phpunit/phpunit": "^10.0.12",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.4"
"vimeo/psalm": "^5.7.7"
},
"suggest": {
"mezzio/mezzio-aurarouter": "^3.0 to use the Aura.Router routing adapter",
Expand Down
Loading

0 comments on commit be3d065

Please sign in to comment.