From 8226de3fd012ccb3b37b333f30700931b0371e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Tue, 25 Jul 2017 10:58:00 +0200 Subject: [PATCH] Revert "Limit Symfony to 3.2 as Sylius 1.0 beta2 does not work with Symfony 3.3" This reverts commit 3f6d20e0914fa8ec273dc9c31fa51fc54253dfc3. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9ee7e1d..ed074a9 100644 --- a/composer.json +++ b/composer.json @@ -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",