Skip to content

Commit

Permalink
Merge pull request #27 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 May 5, 2023
2 parents 0688666 + 14b815a commit 43ffb35
Show file tree
Hide file tree
Showing 13 changed files with 338 additions and 472 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/test/ export-ignore
/.laminas-ci.json export-ignore
/renovate.json export-ignore
/composer.lock export-ignore
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
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/
6 changes: 1 addition & 5 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
{
"ignore_php_platform_requirements": {
"8.2": true
}
}
{}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
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-helpers": "^5.0",
"mezzio/mezzio-router": "^3.7",
"mezzio/mezzio-template": "^2.0",
Expand All @@ -44,7 +44,7 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.5.26"
"phpunit/phpunit": "^10.1.2"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
Loading

0 comments on commit 43ffb35

Please sign in to comment.