Skip to content

Commit 0e62abf

Browse files
committed
allow symfony 5
1 parent 365c724 commit 0e62abf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
},
2525
"require": {
2626
"php": ">=7.0",
27-
"symfony/form": "~3.4|~4.0",
28-
"symfony/console": "~3.4|~4.0",
29-
"symfony/translation": "~3.4|~4.0"
27+
"symfony/form": "~3.4|~4.0|~5.0",
28+
"symfony/console": "~3.4|~4.0|~5.0",
29+
"symfony/translation": "~3.4|~4.0|~5.0"
3030
},
3131
"require-dev": {
3232
"beberlei/assert": "~2.1",
3333
"behat/behat": "~3.0",
3434
"friendsofphp/php-cs-fixer": "^1.10|^2.2",
35-
"symfony/finder": "~3.4|~4.0",
36-
"symfony/framework-bundle": "~3.4|~4.0",
37-
"symfony/validator": "~3.4|~4.0",
38-
"symfony/yaml": "~3.4|~4.0",
39-
"symfony/security": "~3.4|~4.0"
35+
"symfony/finder": "~3.4|~4.0|~5.0",
36+
"symfony/framework-bundle": "~3.4|~4.0|~5.0",
37+
"symfony/validator": "~3.4|~4.0|~5.0",
38+
"symfony/yaml": "~3.4|~4.0|~5.0",
39+
"symfony/security": "~3.4|~4.0|~5.0"
4040
}
4141
}

0 commit comments

Comments
 (0)