Skip to content

Commit a74cd8e

Browse files
committed
Require PHPUnit 4.8.36
To ensure we have the forward compatibility layer (for PHPUnit 6+).
1 parent 5d76dd6 commit a74cd8e

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
@@ -26,7 +26,7 @@
2626
"doctrine/migrations": "^1.1"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "~4.8"
29+
"phpunit/phpunit": "^4.8.36"
3030
},
3131
"autoload": {
3232
"psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" }

0 commit comments

Comments
 (0)