Skip to content

Commit 0779261

Browse files
author
Jeremiah VALERIE
committed
Fix Appveyor build
PHPunit 8.3 is not compatible with symfony/phpunit-bridge <=4.3.3
1 parent 94418a9 commit 0779261

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
@@ -50,7 +50,7 @@
5050
},
5151
"require-dev": {
5252
"doctrine/orm": "^2.5",
53-
"phpunit/phpunit": "^7.2 || ^8.2",
53+
"phpunit/phpunit": "<8.3",
5454
"react/promise": "^2.5",
5555
"symfony/asset": "^3.4 || ^4.0",
5656
"symfony/browser-kit": "^3.4 || ^4.0",

0 commit comments

Comments
 (0)