Skip to content

Commit

Permalink
Merge pull request #64 from gsteel/drop-php-8.0-update-phpunit
Browse files Browse the repository at this point in the history
Drop support for PHP 8.0, Upgrade PHPUnit to 10.x
  • Loading branch information
Ocramius authored Apr 8, 2023
2 parents dfd63e7 + 72ab3e5 commit 35730a5
Show file tree
Hide file tree
Showing 17 changed files with 563 additions and 593 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/clover.xml
/.phpcs-cache
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
/.phpunit.result.cache
/.phpunit.cache
/phpunit.xml
/vendor/
8 changes: 4 additions & 4 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,7 +36,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0",
Expand All @@ -45,9 +45,9 @@
"require-dev": {
"ext-sqlite3": "*",
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.5.27",
"phpunit/phpunit": "^10.0.19",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.3"
"vimeo/psalm": "^5.9"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
Loading

0 comments on commit 35730a5

Please sign in to comment.