Skip to content

Commit

Permalink
Merge pull request #31 from alcaeus/allow-symfony-4
Browse files Browse the repository at this point in the history
Allow installing Symfony 4
  • Loading branch information
thampe authored Feb 5, 2018
2 parents 1f6c76f + 62dfddd commit fbf4e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require": {
"php": "^5.3.2 || ^7.0",
"symfony/framework-bundle": "^2.0 || ^3.0",
"symfony/framework-bundle": "^2.0 || ^3.0 || ^4.0",
"twig/twig": "^1.23 || ^2.0",
"tijsverkoyen/css-to-inline-styles": "^1.0",
"hampe/inky": "^1.3.6"
Expand Down

0 comments on commit fbf4e2e

Please sign in to comment.