Skip to content

Commit 9f3af65

Browse files
committed
remove symfony 4.0 version constraint
1 parent c809414 commit 9f3af65

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
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": "^5.6|^7.0",
13-
"symfony/symfony": "^2.8|^3.0|^4.0",
13+
"symfony/symfony": "^2.8|^3.0",
1414
"symfony/phpunit-bridge": "^3.2",
1515
"symfony/monolog-bundle": "^2.1|^3.0",
1616
"doctrine/common": "^2.4",

0 commit comments

Comments
 (0)