Skip to content

Commit

Permalink
Limit Symfony to 3.2 as Sylius 1.0 beta2 does not work with Symfony 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed May 29, 2017
1 parent dbad84a commit 3f6d20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -34,7 +34,7 @@
},
"require": {
"php": "~5.6|~7.0",
"symfony/symfony": "^3.2.4",
"symfony/symfony": "~3.2.4",
"twig/extensions": "~1.4",
"symfony/assetic-bundle": "~2.8",
"symfony/swiftmailer-bundle": "~2.5",
Expand Down

0 comments on commit 3f6d20e

Please sign in to comment.