Skip to content

Commit 2ccc525

Browse files
Jan Petersenjschroed91
Jan Petersen
authored andcommitted
Fixed error in composer.json resulting in incompatibility with Symfony 3.x (#14)
1 parent 27b78e2 commit 2ccc525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=5.3.9",
17-
"symfony/framework-bundle": "~2.3|3.*",
17+
"symfony/framework-bundle": "~2.3||3.*",
1818
"caxy/php-htmldiff": "~0.1"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)