Skip to content

Commit 2907a00

Browse files
committed
Set minimum phpunit versions to 9.5
1 parent fa923dc commit 2907a00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"require-dev": {
3232
"mockery/mockery": "^1.0",
33-
"phpunit/phpunit": "^8.0|^9.0"
33+
"phpunit/phpunit": "^9.5"
3434
},
3535
"bin": [
3636
"bin/php-semver-checker"

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)