Skip to content

Commit d954586

Browse files
authored
Updating Symfony compatibility to include 5.x
1 parent da3b885 commit d954586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.16",
14-
"symfony/validator": ">=2.8",
15-
"symfony/framework-bundle": ">=2.8"
14+
"symfony/validator": "^2.8|^3.0|^4.0|^5.0",
15+
"symfony/framework-bundle": "^2.8|^3.0|^4.0|^5.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)