Skip to content

Commit 7e8783f

Browse files
Merge pull request #7 from acseo/feature/symfony-4
Allow Symfony 4 compatibility
2 parents 1d8ff13 + 28157cb commit 7e8783f

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
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=5.3.2",
15-
"symfony/symfony": "~3.1"
15+
"symfony/symfony": "~3.1 || ~4.0"
1616
},
1717
"suggest": {
1818

0 commit comments

Comments
 (0)