Skip to content

Commit 8d48332

Browse files
authored
Merge pull request #39 from ElectricMaxxx/allow_symfony_4.0
allow symfony 4.0
2 parents 722e027 + 5be32a4 commit 8d48332

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
@@ -16,7 +16,7 @@
1616
"php": "^5.3|^7.0",
1717

1818
"sebastian/exporter": "^1.0|^2.0",
19-
"symfony/config": "^2.3|^3.0"
19+
"symfony/config": "^2.3|^3.0|^4.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^4.0|^5.0"

0 commit comments

Comments
 (0)