Skip to content

Commit c22052c

Browse files
authored
Allow Symfony 5.0
1 parent 61e1429 commit c22052c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": ">=5.6.0",
14-
"symfony/framework-bundle": "~3.0|~4.0",
15-
"symfony/form": "~3.0|~4.0",
16-
"symfony/console": "~3.0|~4.0",
14+
"symfony/framework-bundle": "~3.0|~4.0|~5.0",
15+
"symfony/form": "~3.0|~4.0|~5.0",
16+
"symfony/console": "~3.0|~4.0|~5.0",
1717
"pimple/pimple": "~3.0",
1818
"monolog/monolog": "~1.4,>=1.4.1",
1919
"league/flysystem": "^1.0.37",

0 commit comments

Comments
 (0)