Skip to content

Commit 91411d2

Browse files
committed
Fixed composer.json symfony allowed version
1 parent e12ca8f commit 91411d2

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
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": "^7.1.3",
1313
"ext-openssl": "*",
14-
"symfony/framework-bundle": "^4.4",
14+
"symfony/framework-bundle": "^4.4|^5.0",
1515
"doctrine/orm": "^2.7",
1616
"doctrine/doctrine-bundle": "^2.0",
1717
"yokai/dependency-injection": "^1.0"

0 commit comments

Comments
 (0)