Skip to content

Commit e81c52b

Browse files
authored
Merge pull request #30 from laminas/renovate/phpunit-phpunit-10.x
Update dependency phpunit/phpunit to v10
2 parents 0132883 + 4ba4d71 commit e81c52b

File tree

4 files changed

+247
-359
lines changed

4 files changed

+247
-359
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/.phpcs-cache
2-
/.phpunit.result.cache
2+
/.phpunit.cache
33
/.psalm-cache
44
/docs/html/
55
/laminas-mkdoc-theme.tgz

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"require-dev": {
4343
"laminas/laminas-coding-standard": "~2.5.0",
44-
"phpunit/phpunit": "^9.5.27",
44+
"phpunit/phpunit": "^10.5",
4545
"psalm/plugin-phpunit": "^0.18.4",
4646
"vimeo/psalm": "^5.16"
4747
},

0 commit comments

Comments
 (0)