Skip to content

Commit

Permalink
Merge pull request #110 from laminas/renovate/phpunit-phpunit-10.x
Browse files Browse the repository at this point in the history
Update dependency phpunit/phpunit to v10. Drop php 8.0
  • Loading branch information
Xerkus committed Nov 24, 2023
2 parents 13cd7b2 + 6d87379 commit 9d30df8
Show file tree
Hide file tree
Showing 8 changed files with 369 additions and 430 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/.phpunit.result.cache
/.phpunit.cache
/.psalm-cache
/vendor/
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"forum": "https://discourse.laminas.dev/"
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
"php": "~8.1.0 || ~8.2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.26",
"phpunit/phpunit": "^10.4",
"psalm/plugin-phpunit": "^0.18.0",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^5.16.0"
Expand Down Expand Up @@ -51,7 +51,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
}
},
"scripts": {
Expand Down

0 comments on commit 9d30df8

Please sign in to comment.