Skip to content

Commit a6e2909

Browse files
committed
Require newer phpunit patch version in devDependencies
Make it harder to accidentally install a version that doesn't support the latest php releases during development.
1 parent df1a444 commit a6e2909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"php": ">=7.2"
77
},
88
"require-dev": {
9-
"phpunit/phpunit": "^8.5.15"
9+
"phpunit/phpunit": "^8.5.30"
1010
},
1111
"license": "MIT",
1212
"authors": [

0 commit comments

Comments
 (0)