Skip to content

Commit

Permalink
Merge pull request #37 from gsteel/Drop-PHP-8.0
Browse files Browse the repository at this point in the history
Drop Support for PHP 8.0, Upgrade PHPUnit to ^10
  • Loading branch information
Ocramius committed Mar 20, 2023
2 parents 6746fba + 88f4669 commit bddc6b3
Show file tree
Hide file tree
Showing 26 changed files with 666 additions and 715 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

10 changes: 6 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/.coveralls.yml export-ignore
/.docheader export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/docs/ export-ignore
/phpcs.xml export-ignore
/phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/test/ export-ignore
/.github export-ignore
/composer.lock export-ignore
/renovate.json export-ignore
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/.phpcs-cache
/.phpunit.result.cache
/clover.xml
/coveralls-upload.json
/.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 @@ -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",
"mezzio/mezzio-router": "^3.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0.1",
Expand All @@ -44,10 +44,10 @@
"require-dev": {
"ext-json": "*",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^2.19",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.0"
"laminas/laminas-diactoros": "^2.24",
"phpunit/phpunit": "^10.0.16",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.8"
},
"suggest": {
"ext-json": "If you wish to use the JsonStrategy with BodyParamsMiddleware"
Expand Down
Loading

0 comments on commit bddc6b3

Please sign in to comment.