Skip to content

Commit c6699cc

Browse files
authored
Allow Symfony 5.x dependencies (#2)
1 parent b8fe898 commit c6699cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
],
1313

1414
"require": {
15-
"php": ">=5.3.0",
16-
"symfony/config": "^2.4|^3.0|^4.0",
17-
"symfony/console": "^2.4|^3.0|^4.0",
18-
"symfony/dependency-injection": "^2.4|^3.0|^4.0",
19-
"symfony/http-kernel": "^2.4|^3.0|^4.0",
15+
"php": "7.2.*|7.4.*",
16+
"symfony/config": "^2.4|^3.0|^4.0|^5.0",
17+
"symfony/console": "^2.4|^3.0|^4.0|^5.0",
18+
"symfony/dependency-injection": "^2.4|^3.0|^4.0|^5.0",
19+
"symfony/http-kernel": "^2.4|^3.0|^4.0|^5.0",
2020
"webfactory/content-mapping": "^3.0"
2121
},
2222

0 commit comments

Comments
 (0)