diff --git a/src/Sylius/Bundle/GridBundle/composer.json b/src/Sylius/Bundle/GridBundle/composer.json index ef2f3c34a7..1681cf8b51 100644 --- a/src/Sylius/Bundle/GridBundle/composer.json +++ b/src/Sylius/Bundle/GridBundle/composer.json @@ -29,22 +29,24 @@ }, "require-dev": { "akeneo/phpspec-skip-example-extension": "^2.0", - "doctrine/orm": "^2.5", "doctrine/doctrine-bundle": "~1.3", - "jackalope/jackalope-doctrine-dbal": "^1.2", + "doctrine/orm": "^2.5", "doctrine/phpcr-odm": "^1.3.0", + "incenteev/composer-parameter-handler": "~2.0", + "jackalope/jackalope-doctrine-dbal": "^1.2", "matthiasnoback/symfony-config-test": "^2.0", "matthiasnoback/symfony-dependency-injection-test": "^1.0", + "ocramius/proxy-manager": "^1.0", "pagerfanta/pagerfanta": "^1.0", "phpspec/phpspec": "^3.2", "phpunit/phpunit": "^5.6", - "twig/twig": "^1.28", + "polishsymfonycommunity/symfony-mocker-container": "^1.0", "symfony/browser-kit": "^3.2", + "symfony/proxy-manager-bridge": "^3.3", + "symfony/security-csrf": "^3.2", "symfony/twig-bundle": "^3.2", "symfony/validator": "^3.2", - "symfony/security-csrf": "^3.2", - "incenteev/composer-parameter-handler": "~2.0", - "polishsymfonycommunity/symfony-mocker-container": "^1.0" + "twig/twig": "^1.28" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Bundle/MailerBundle/composer.json b/src/Sylius/Bundle/MailerBundle/composer.json index 1d1ae9445a..6c1a345de7 100644 --- a/src/Sylius/Bundle/MailerBundle/composer.json +++ b/src/Sylius/Bundle/MailerBundle/composer.json @@ -26,21 +26,24 @@ "symfony/framework-bundle": "^3.2" }, "require-dev": { - "phpspec/phpspec": "^3.2", - "phpunit/phpunit": "^5.6", "doctrine/doctrine-bundle": "~1.3", "doctrine/orm": "^2.5", + "incenteev/composer-parameter-handler": "~2.0", + "ocramius/proxy-manager": "^1.0", + "phpspec/phpspec": "^3.2", + "phpunit/phpunit": "^5.6", + "polishsymfonycommunity/symfony-mocker-container": "^1.0", + "swiftmailer/swiftmailer": "^5.4", "symfony/browser-kit": "^3.2", "symfony/form": "^3.2", + "symfony/proxy-manager-bridge": "^3.3", "symfony/security-csrf": "^3.2", "symfony/swiftmailer-bundle": "^2.4", "symfony/templating": "^3.2", "symfony/translation": "^3.2", "symfony/twig-bundle": "^3.2", - "swiftmailer/swiftmailer": "^5.4", - "twig/twig": "^1.28", - "incenteev/composer-parameter-handler": "~2.0", - "polishsymfonycommunity/symfony-mocker-container": "^1.0" + "symfony/validator": "^3.2", + "twig/twig": "^1.28" }, "config": { "bin-dir": "bin"