Skip to content

Commit f4c1ee9

Browse files
authored
Merge pull request #13 from kix/patch-1
Allow Symfony 5.0
2 parents 61e1429 + c22052c commit f4c1ee9

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)