Skip to content

Commit f7921d7

Browse files
authored
Merge pull request #38 from pgodel/feature/symfony4
Allow Symfony 4.0 in composer.json
2 parents e1539aa + 59ee35e commit f7921d7

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
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": "^7.0",
17-
"symfony/config": "^2.3|^3.0"
17+
"symfony/config": "^2.3 || ^3.0 || ^4.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^6.0"

0 commit comments

Comments
 (0)