From 30962adfcf49df19dfbd9afc34004df7894c0b1d Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Wed, 27 Dec 2017 15:29:09 +0100 Subject: [PATCH] Require Symfony ^3.4 in components & bundles --- .../Bundle/AddressingBundle/composer.json | 10 +++++----- .../Bundle/AdminApiBundle/composer.json | 8 ++++---- src/Sylius/Bundle/AdminBundle/composer.json | 4 ++-- .../Bundle/AttributeBundle/composer.json | 8 ++++---- src/Sylius/Bundle/ChannelBundle/composer.json | 8 ++++---- src/Sylius/Bundle/CoreBundle/composer.json | 4 ++-- .../Bundle/CurrencyBundle/composer.json | 10 +++++----- .../Bundle/CustomerBundle/composer.json | 8 ++++---- .../Bundle/FixturesBundle/composer.json | 16 +++++++-------- src/Sylius/Bundle/GridBundle/composer.json | 18 ++++++++--------- .../Bundle/InventoryBundle/composer.json | 10 +++++----- src/Sylius/Bundle/LocaleBundle/composer.json | 8 ++++---- src/Sylius/Bundle/MailerBundle/composer.json | 12 +++++------ src/Sylius/Bundle/MoneyBundle/composer.json | 12 +++++------ src/Sylius/Bundle/OrderBundle/composer.json | 12 +++++------ src/Sylius/Bundle/PaymentBundle/composer.json | 6 +++--- src/Sylius/Bundle/PayumBundle/composer.json | 2 +- src/Sylius/Bundle/ProductBundle/composer.json | 10 +++++----- .../Bundle/PromotionBundle/composer.json | 10 +++++----- .../Bundle/ResourceBundle/composer.json | 20 +++++++++---------- src/Sylius/Bundle/ReviewBundle/composer.json | 14 ++++++------- .../Bundle/ShippingBundle/composer.json | 10 +++++----- src/Sylius/Bundle/ShopBundle/composer.json | 4 ++-- .../Bundle/TaxationBundle/composer.json | 8 ++++---- .../Bundle/TaxonomyBundle/composer.json | 4 ++-- src/Sylius/Bundle/ThemeBundle/composer.json | 6 +++--- src/Sylius/Bundle/UiBundle/composer.json | 10 +++++----- src/Sylius/Bundle/UserBundle/composer.json | 8 ++++---- src/Sylius/Component/Addressing/composer.json | 2 +- src/Sylius/Component/Attribute/composer.json | 2 +- src/Sylius/Component/Channel/composer.json | 4 ++-- src/Sylius/Component/Core/composer.json | 2 +- src/Sylius/Component/Currency/composer.json | 2 +- src/Sylius/Component/Grid/composer.json | 2 +- src/Sylius/Component/Locale/composer.json | 2 +- src/Sylius/Component/Product/composer.json | 2 +- src/Sylius/Component/Resource/composer.json | 5 ++--- src/Sylius/Component/Shipping/composer.json | 2 +- src/Sylius/Component/User/composer.json | 4 ++-- 39 files changed, 144 insertions(+), 145 deletions(-) diff --git a/src/Sylius/Bundle/AddressingBundle/composer.json b/src/Sylius/Bundle/AddressingBundle/composer.json index 187326791a4..83b7ae18c51 100644 --- a/src/Sylius/Bundle/AddressingBundle/composer.json +++ b/src/Sylius/Bundle/AddressingBundle/composer.json @@ -25,16 +25,16 @@ "stof/doctrine-extensions-bundle": "^1.2", "sylius/addressing": "^1.0", "sylius/resource-bundle": "^1.0", - "symfony/framework-bundle": "^3.2" + "symfony/framework-bundle": "^3.4" }, "require-dev": { "doctrine/orm": "~2.5.0", "phpspec/phpspec": "^4.0", - "symfony/dependency-injection": "^3.2", - "symfony/form": "^3.2", - "symfony/validator": "^3.2", + "symfony/dependency-injection": "^3.4", + "symfony/form": "^3.4", + "symfony/validator": "^3.4", "phpunit/phpunit": "^5.6", - "symfony/browser-kit": "^3.2", + "symfony/browser-kit": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/AdminApiBundle/composer.json b/src/Sylius/Bundle/AdminApiBundle/composer.json index 8cb45ae3858..64e1e6c6191 100644 --- a/src/Sylius/Bundle/AdminApiBundle/composer.json +++ b/src/Sylius/Bundle/AdminApiBundle/composer.json @@ -24,15 +24,15 @@ "friendsofsymfony/oauth-server-bundle": "^1.5", "sylius/core-bundle": "^1.0", - "symfony/form": "^3.2", - "symfony/framework-bundle": "^3.2", - "symfony/validator": "^3.2" + "symfony/form": "^3.4", + "symfony/framework-bundle": "^3.4", + "symfony/validator": "^3.4" }, "require-dev": { "doctrine/orm": "~2.5.0", "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", - "symfony/dependency-injection": "^3.2", + "symfony/dependency-injection": "^3.4", "twig/twig": "^2.0" }, "config": { diff --git a/src/Sylius/Bundle/AdminBundle/composer.json b/src/Sylius/Bundle/AdminBundle/composer.json index e03059ca068..aa3d518a31e 100644 --- a/src/Sylius/Bundle/AdminBundle/composer.json +++ b/src/Sylius/Bundle/AdminBundle/composer.json @@ -25,12 +25,12 @@ "sonata-project/intl-bundle": "^2.2", "sylius/core-bundle": "^1.0", "sylius/ui-bundle": "^1.0", - "symfony/framework-bundle": "^3.2" + "symfony/framework-bundle": "^3.4" }, "require-dev": { "phpunit/phpunit": "^5.6", "phpspec/phpspec": "^4.0", - "symfony/dependency-injection": "^3.2" + "symfony/dependency-injection": "^3.4" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Bundle/AttributeBundle/composer.json b/src/Sylius/Bundle/AttributeBundle/composer.json index 6aa141232c9..e65428072fd 100644 --- a/src/Sylius/Bundle/AttributeBundle/composer.json +++ b/src/Sylius/Bundle/AttributeBundle/composer.json @@ -26,15 +26,15 @@ "stof/doctrine-extensions-bundle": "^1.2", "sylius/attribute": "^1.0", "sylius/resource-bundle": "^1.0", - "symfony/framework-bundle": "^3.2" + "symfony/framework-bundle": "^3.4" }, "require-dev": { "doctrine/orm": "~2.5.0", "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", - "symfony/dependency-injection": "^3.2", - "symfony/form": "^3.2", - "symfony/browser-kit": "^3.2", + "symfony/dependency-injection": "^3.4", + "symfony/form": "^3.4", + "symfony/browser-kit": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/ChannelBundle/composer.json b/src/Sylius/Bundle/ChannelBundle/composer.json index 7ae4591f5ad..4b163d89653 100644 --- a/src/Sylius/Bundle/ChannelBundle/composer.json +++ b/src/Sylius/Bundle/ChannelBundle/composer.json @@ -24,7 +24,7 @@ "sylius/channel": "^1.0", "sylius/resource-bundle": "^1.0", - "symfony/framework-bundle": "^3.2@rc" + "symfony/framework-bundle": "^3.4" }, "require-dev": { "matthiasnoback/symfony-dependency-injection-test": "^1.0", @@ -32,9 +32,9 @@ "phpunit/phpunit": "^5.6", "twig/twig": "^2.0", "doctrine/orm": "~2.5.0", - "symfony/dependency-injection": "^3.2", - "symfony/form": "^3.2", - "symfony/browser-kit": "^3.2", + "symfony/dependency-injection": "^3.4", + "symfony/form": "^3.4", + "symfony/browser-kit": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/CoreBundle/composer.json b/src/Sylius/Bundle/CoreBundle/composer.json index 5a8c5c2b264..a642772dc14 100644 --- a/src/Sylius/Bundle/CoreBundle/composer.json +++ b/src/Sylius/Bundle/CoreBundle/composer.json @@ -49,7 +49,7 @@ "sylius/theme-bundle": "^1.0", "sylius/user-bundle": "^1.0", "sylius-labs/association-hydrator": "^1.0", - "symfony/framework-bundle": "^3.2", + "symfony/framework-bundle": "^3.4", "winzou/state-machine-bundle": "^0.3", "liip/imagine-bundle": "^1.9.1" }, @@ -59,7 +59,7 @@ "matthiasnoback/symfony-dependency-injection-test": "^1.0", "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", - "symfony/dependency-injection": "^3.2" + "symfony/dependency-injection": "^3.4" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Bundle/CurrencyBundle/composer.json b/src/Sylius/Bundle/CurrencyBundle/composer.json index 5cd164873b7..01ba14e9cd1 100644 --- a/src/Sylius/Bundle/CurrencyBundle/composer.json +++ b/src/Sylius/Bundle/CurrencyBundle/composer.json @@ -24,17 +24,17 @@ "sylius/currency": "^1.0", "sylius/resource-bundle": "^1.0", - "symfony/framework-bundle": "^3.2", - "symfony/templating": "^3.2" + "symfony/framework-bundle": "^3.4", + "symfony/templating": "^3.4" }, "require-dev": { "doctrine/orm": "~2.5.0", "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", "twig/twig": "^2.0", - "symfony/dependency-injection": "^3.2", - "symfony/form": "^3.2", - "symfony/browser-kit": "^3.2", + "symfony/dependency-injection": "^3.4", + "symfony/form": "^3.4", + "symfony/browser-kit": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/CustomerBundle/composer.json b/src/Sylius/Bundle/CustomerBundle/composer.json index 87551d01bac..1408332ec20 100644 --- a/src/Sylius/Bundle/CustomerBundle/composer.json +++ b/src/Sylius/Bundle/CustomerBundle/composer.json @@ -37,15 +37,15 @@ "doctrine/orm": "~2.5.0", "sylius/customer": "^1.0", "sylius/resource-bundle": "^1.0", - "symfony/framework-bundle": "^3.2", + "symfony/framework-bundle": "^3.4", "webmozart/assert": "^1.0" }, "require-dev": { "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", - "symfony/dependency-injection": "^3.2", - "symfony/form": "^3.2", - "symfony/browser-kit": "^3.2", + "symfony/dependency-injection": "^3.4", + "symfony/form": "^3.4", + "symfony/browser-kit": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/FixturesBundle/composer.json b/src/Sylius/Bundle/FixturesBundle/composer.json index c2e70ff5d7e..8afd16031c1 100644 --- a/src/Sylius/Bundle/FixturesBundle/composer.json +++ b/src/Sylius/Bundle/FixturesBundle/composer.json @@ -24,8 +24,8 @@ "doctrine/data-fixtures": "^1.2", "monolog/monolog": "^1.8", - "symfony/framework-bundle": "^3.2", - "symfony/monolog-bridge": "^3.2", + "symfony/framework-bundle": "^3.4", + "symfony/monolog-bridge": "^3.4", "webmozart/assert": "^1.0", "zendframework/zend-stdlib": "^3.0" }, @@ -37,12 +37,12 @@ "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", "twig/twig": "^2.0", - "symfony/browser-kit": "^3.2", - "symfony/dependency-injection": "^3.2", - "symfony/templating": "^3.2", - "symfony/translation": "^3.2", - "symfony/twig-bundle": "^3.2", - "symfony/security-csrf": "^3.2", + "symfony/browser-kit": "^3.4", + "symfony/dependency-injection": "^3.4", + "symfony/templating": "^3.4", + "symfony/translation": "^3.4", + "symfony/twig-bundle": "^3.4", + "symfony/security-csrf": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/GridBundle/composer.json b/src/Sylius/Bundle/GridBundle/composer.json index 21b709c664f..ba2edcd10d7 100644 --- a/src/Sylius/Bundle/GridBundle/composer.json +++ b/src/Sylius/Bundle/GridBundle/composer.json @@ -23,9 +23,9 @@ "php": "^7.1", "sylius/grid": "^1.0", - "symfony/form": "^3.2", - "symfony/framework-bundle": "^3.2", - "symfony/templating": "^3.2" + "symfony/form": "^3.4", + "symfony/framework-bundle": "^3.4", + "symfony/templating": "^3.4" }, "require-dev": { "akeneo/phpspec-skip-example-extension": "^3.0@alpha", @@ -41,12 +41,12 @@ "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", "polishsymfonycommunity/symfony-mocker-container": "^1.0", - "symfony/browser-kit": "^3.2", - "symfony/dependency-injection": "^3.2", - "symfony/proxy-manager-bridge": "^3.3", - "symfony/security-csrf": "^3.2", - "symfony/twig-bundle": "^3.2", - "symfony/validator": "^3.2", + "symfony/browser-kit": "^3.4", + "symfony/dependency-injection": "^3.4", + "symfony/proxy-manager-bridge": "^3.4", + "symfony/security-csrf": "^3.4", + "symfony/twig-bundle": "^3.4", + "symfony/validator": "^3.4", "twig/twig": "^2.0" }, "config": { diff --git a/src/Sylius/Bundle/InventoryBundle/composer.json b/src/Sylius/Bundle/InventoryBundle/composer.json index bdfdec27871..ee7423e120e 100644 --- a/src/Sylius/Bundle/InventoryBundle/composer.json +++ b/src/Sylius/Bundle/InventoryBundle/composer.json @@ -24,17 +24,17 @@ "sylius/inventory": "^1.0", "sylius/resource-bundle": "^1.0", - "symfony/framework-bundle": "^3.2", - "symfony/templating": "^3.2", - "symfony/validator": "^3.2" + "symfony/framework-bundle": "^3.4", + "symfony/templating": "^3.4", + "symfony/validator": "^3.4" }, "require-dev": { "doctrine/orm": "~2.5.0", "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", "twig/twig": "^2.0", - "symfony/browser-kit": "^3.2", - "symfony/dependency-injection": "^3.2", + "symfony/browser-kit": "^3.4", + "symfony/dependency-injection": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/LocaleBundle/composer.json b/src/Sylius/Bundle/LocaleBundle/composer.json index bf5ffa16fdc..c5fdcdaf266 100644 --- a/src/Sylius/Bundle/LocaleBundle/composer.json +++ b/src/Sylius/Bundle/LocaleBundle/composer.json @@ -24,8 +24,8 @@ "sylius/locale": "^1.0", "sylius/resource-bundle": "^1.0", - "symfony/framework-bundle": "^3.2", - "symfony/templating": "^3.2" + "symfony/framework-bundle": "^3.4", + "symfony/templating": "^3.4" }, "require-dev": { "doctrine/orm": "~2.5.0", @@ -33,8 +33,8 @@ "phpunit/phpunit": "^5.6", "twig/twig": "^2.0", "ocramius/proxy-manager": "^2.0", - "symfony/browser-kit": "^3.2", - "symfony/dependency-injection": "^3.2", + "symfony/browser-kit": "^3.4", + "symfony/dependency-injection": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/MailerBundle/composer.json b/src/Sylius/Bundle/MailerBundle/composer.json index c71b2f0fa69..3e96f246d1b 100644 --- a/src/Sylius/Bundle/MailerBundle/composer.json +++ b/src/Sylius/Bundle/MailerBundle/composer.json @@ -23,17 +23,17 @@ "php": "^7.1", "sylius/mailer": "^1.0", - "symfony/framework-bundle": "^3.2" + "symfony/framework-bundle": "^3.4" }, "require-dev": { "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", "polishsymfonycommunity/symfony-mocker-container": "^1.0", - "symfony/browser-kit": "^3.2", - "symfony/dependency-injection": "^3.2", - "symfony/swiftmailer-bundle": "^3.0", - "symfony/templating": "^3.2", - "symfony/twig-bundle": "^3.2" + "symfony/browser-kit": "^3.4", + "symfony/dependency-injection": "^3.4", + "symfony/swiftmailer-bundle": "^3.1", + "symfony/templating": "^3.4", + "symfony/twig-bundle": "^3.4" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Bundle/MoneyBundle/composer.json b/src/Sylius/Bundle/MoneyBundle/composer.json index b2e7e068790..811e75d4f9e 100644 --- a/src/Sylius/Bundle/MoneyBundle/composer.json +++ b/src/Sylius/Bundle/MoneyBundle/composer.json @@ -23,9 +23,9 @@ "php": "^7.1", "sylius/resource-bundle": "^1.0", - "symfony/framework-bundle": "^3.2", - "symfony/intl": "^3.2", - "symfony/templating": "^3.2", + "symfony/framework-bundle": "^3.4", + "symfony/intl": "^3.4", + "symfony/templating": "^3.4", "webmozart/assert": "^1.0" }, "require-dev": { @@ -34,9 +34,9 @@ "phpunit/phpunit": "^5.6", "twig/twig": "^2.0", "sylius/currency-bundle": "^1.0", - "symfony/form": "^3.2", - "symfony/browser-kit": "^3.2", - "symfony/dependency-injection": "^3.2", + "symfony/form": "^3.4", + "symfony/browser-kit": "^3.4", + "symfony/dependency-injection": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/OrderBundle/composer.json b/src/Sylius/Bundle/OrderBundle/composer.json index a5d92eb3401..5678cdaeef0 100644 --- a/src/Sylius/Bundle/OrderBundle/composer.json +++ b/src/Sylius/Bundle/OrderBundle/composer.json @@ -26,17 +26,17 @@ "sylius/money-bundle": "^1.0", "sylius/order": "^1.0", "sylius/resource-bundle": "^1.0", - "symfony/framework-bundle": "^3.2", - "symfony/templating": "^3.2" + "symfony/framework-bundle": "^3.4", + "symfony/templating": "^3.4" }, "require-dev": { "doctrine/orm": "^2.5", "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", - "symfony/browser-kit": "^3.2", - "symfony/dependency-injection": "^3.2", - "symfony/form": "^3.2", - "symfony/validator": "^3.2", + "symfony/browser-kit": "^3.4", + "symfony/dependency-injection": "^3.4", + "symfony/form": "^3.4", + "symfony/validator": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/PaymentBundle/composer.json b/src/Sylius/Bundle/PaymentBundle/composer.json index 02ef7b63618..8df6d5f1d96 100644 --- a/src/Sylius/Bundle/PaymentBundle/composer.json +++ b/src/Sylius/Bundle/PaymentBundle/composer.json @@ -24,15 +24,15 @@ "sylius/payment": "^1.0", "sylius/resource-bundle": "^1.0", - "symfony/framework-bundle": "^3.2" + "symfony/framework-bundle": "^3.4" }, "require-dev": { "doctrine/orm": "~2.5.0", "phpspec/phpspec": "^4.0", "sylius/locale-bundle": "^1.0", "phpunit/phpunit": "^5.6", - "symfony/browser-kit": "^3.2", - "symfony/dependency-injection": "^3.2", + "symfony/browser-kit": "^3.4", + "symfony/dependency-injection": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/PayumBundle/composer.json b/src/Sylius/Bundle/PayumBundle/composer.json index 3fd983b4e72..f3c39b7eed0 100644 --- a/src/Sylius/Bundle/PayumBundle/composer.json +++ b/src/Sylius/Bundle/PayumBundle/composer.json @@ -37,7 +37,7 @@ }, "require-dev": { "phpspec/phpspec": "^4.0", - "symfony/dependency-injection": "^3.2" + "symfony/dependency-injection": "^3.4" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Bundle/ProductBundle/composer.json b/src/Sylius/Bundle/ProductBundle/composer.json index a68cd0f417e..88527fe74e7 100644 --- a/src/Sylius/Bundle/ProductBundle/composer.json +++ b/src/Sylius/Bundle/ProductBundle/composer.json @@ -27,16 +27,16 @@ "sylius/product": "^1.0", "sylius/locale-bundle": "^1.0", "sylius/resource-bundle": "^1.0", - "symfony/framework-bundle": "^3.2" + "symfony/framework-bundle": "^3.4" }, "require-dev": { "doctrine/orm": "~2.5.0", "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", - "symfony/form": "^3.2", - "symfony/validator": "^3.2", - "symfony/browser-kit": "^3.2", - "symfony/dependency-injection": "^3.2", + "symfony/form": "^3.4", + "symfony/validator": "^3.4", + "symfony/browser-kit": "^3.4", + "symfony/dependency-injection": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/PromotionBundle/composer.json b/src/Sylius/Bundle/PromotionBundle/composer.json index 96919268cb3..47223ec9199 100644 --- a/src/Sylius/Bundle/PromotionBundle/composer.json +++ b/src/Sylius/Bundle/PromotionBundle/composer.json @@ -27,17 +27,17 @@ "sylius/promotion": "^1.0", "sylius/registry": "^1.0", "sylius/resource-bundle": "^1.0", - "symfony/framework-bundle": "^3.2" + "symfony/framework-bundle": "^3.4" }, "require-dev": { "doctrine/orm": "~2.5.0", "matthiasnoback/symfony-dependency-injection-test": "^1.0", "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", - "symfony/form": "^3.2", - "symfony/validator": "^3.2", - "symfony/browser-kit": "^3.2", - "symfony/dependency-injection": "^3.2", + "symfony/form": "^3.4", + "symfony/validator": "^3.4", + "symfony/browser-kit": "^3.4", + "symfony/dependency-injection": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/ResourceBundle/composer.json b/src/Sylius/Bundle/ResourceBundle/composer.json index b27eb68d13d..064828f6938 100644 --- a/src/Sylius/Bundle/ResourceBundle/composer.json +++ b/src/Sylius/Bundle/ResourceBundle/composer.json @@ -28,15 +28,15 @@ "stof/doctrine-extensions-bundle": "^1.2", "sylius/registry": "^1.0", "sylius/resource": "^1.0", - "symfony/config": "^3.2", - "symfony/expression-language": "^3.2", - "symfony/form": "^3.2", - "symfony/framework-bundle": "^3.2", - "symfony/security-csrf": "^3.2", - "symfony/templating": "^3.2", - "symfony/twig-bundle": "^3.2", - "symfony/validator": "^3.2", - "symfony/yaml": "^3.2", + "symfony/config": "^3.4", + "symfony/expression-language": "^3.4", + "symfony/form": "^3.4", + "symfony/framework-bundle": "^3.4", + "symfony/security-csrf": "^3.4", + "symfony/templating": "^3.4", + "symfony/twig-bundle": "^3.4", + "symfony/validator": "^3.4", + "symfony/yaml": "^3.4", "white-october/pagerfanta-bundle": "^1.0", "willdurand/hateoas-bundle": "^1.2", "winzou/state-machine-bundle": "^0.3" @@ -55,7 +55,7 @@ "sensio/generator-bundle": "^3.1", "sylius/grid-bundle": "^1.0", "sylius/locale": "^1.0", - "symfony/dependency-injection": "^3.2", + "symfony/dependency-injection": "^3.4", "twig/twig": "^2.0" }, "suggest": { diff --git a/src/Sylius/Bundle/ReviewBundle/composer.json b/src/Sylius/Bundle/ReviewBundle/composer.json index 9ae4acd075a..8871360d64c 100644 --- a/src/Sylius/Bundle/ReviewBundle/composer.json +++ b/src/Sylius/Bundle/ReviewBundle/composer.json @@ -39,17 +39,17 @@ "sylius/resource-bundle": "^1.0", "sylius/review": "^1.0", "sylius/user-bundle": "^1.0", - "symfony/framework-bundle": "^3.2" + "symfony/framework-bundle": "^3.4" }, "require-dev": { "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", - "symfony/form": "^3.2", - "symfony/validator": "^3.2", - "symfony/browser-kit": "^3.2", - "symfony/dependency-injection": "^3.2", - "symfony/security-bundle": "^3.2", - "symfony/swiftmailer-bundle": "^3.0", + "symfony/form": "^3.4", + "symfony/validator": "^3.4", + "symfony/browser-kit": "^3.4", + "symfony/dependency-injection": "^3.4", + "symfony/security-bundle": "^3.4", + "symfony/swiftmailer-bundle": "^3.1", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/ShippingBundle/composer.json b/src/Sylius/Bundle/ShippingBundle/composer.json index 12dcbe0dad6..b74945cff57 100644 --- a/src/Sylius/Bundle/ShippingBundle/composer.json +++ b/src/Sylius/Bundle/ShippingBundle/composer.json @@ -26,16 +26,16 @@ "sylius/money-bundle": "^1.0", "sylius/resource-bundle": "^1.0", "sylius/shipping": "^1.0", - "symfony/framework-bundle": "^3.2" + "symfony/framework-bundle": "^3.4" }, "require-dev": { "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", "doctrine/orm": "~2.5.0", - "symfony/form": "^3.2", - "symfony/validator": "^3.2", - "symfony/browser-kit": "^3.2", - "symfony/dependency-injection": "^3.2", + "symfony/form": "^3.4", + "symfony/validator": "^3.4", + "symfony/browser-kit": "^3.4", + "symfony/dependency-injection": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/ShopBundle/composer.json b/src/Sylius/Bundle/ShopBundle/composer.json index 5186ba539b6..c7f6ee45f4f 100644 --- a/src/Sylius/Bundle/ShopBundle/composer.json +++ b/src/Sylius/Bundle/ShopBundle/composer.json @@ -25,14 +25,14 @@ "sonata-project/intl-bundle": "^2.2", "sylius/core-bundle": "^1.0", "sylius/ui-bundle": "^1.0", - "symfony/framework-bundle": "^3.2" + "symfony/framework-bundle": "^3.4" }, "require-dev": { "matthiasnoback/symfony-config-test": "^2.0", "matthiasnoback/symfony-dependency-injection-test": "^1.0", "phpunit/phpunit": "^5.6", "phpspec/phpspec": "^4.0", - "symfony/dependency-injection": "^3.2" + "symfony/dependency-injection": "^3.4" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Bundle/TaxationBundle/composer.json b/src/Sylius/Bundle/TaxationBundle/composer.json index e901d436f7f..8fb034418d6 100644 --- a/src/Sylius/Bundle/TaxationBundle/composer.json +++ b/src/Sylius/Bundle/TaxationBundle/composer.json @@ -26,15 +26,15 @@ "sylius/registry": "^1.0", "sylius/resource-bundle": "^1.0", "sylius/taxation": "^1.0", - "symfony/framework-bundle": "^3.2" + "symfony/framework-bundle": "^3.4" }, "require-dev": { "doctrine/orm": "~2.5.0", "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", - "symfony/form": "^3.2", - "symfony/browser-kit": "^3.2", - "symfony/dependency-injection": "^3.2", + "symfony/form": "^3.4", + "symfony/browser-kit": "^3.4", + "symfony/dependency-injection": "^3.4", "incenteev/composer-parameter-handler": "~2.0", "polishsymfonycommunity/symfony-mocker-container": "^1.0" }, diff --git a/src/Sylius/Bundle/TaxonomyBundle/composer.json b/src/Sylius/Bundle/TaxonomyBundle/composer.json index 5fafe0cf07f..5f900a125ee 100644 --- a/src/Sylius/Bundle/TaxonomyBundle/composer.json +++ b/src/Sylius/Bundle/TaxonomyBundle/composer.json @@ -25,13 +25,13 @@ "stof/doctrine-extensions-bundle": "^1.2", "sylius/resource-bundle": "^1.0", "sylius/taxonomy": "^1.0", - "symfony/framework-bundle": "^3.2" + "symfony/framework-bundle": "^3.4" }, "require-dev": { "doctrine/orm": "~2.5.0", "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", - "symfony/dependency-injection": "^3.2", + "symfony/dependency-injection": "^3.4", "incenteev/composer-parameter-handler": "^2.1" }, "config": { diff --git a/src/Sylius/Bundle/ThemeBundle/composer.json b/src/Sylius/Bundle/ThemeBundle/composer.json index 4282d16a988..5022d68a8a2 100644 --- a/src/Sylius/Bundle/ThemeBundle/composer.json +++ b/src/Sylius/Bundle/ThemeBundle/composer.json @@ -23,7 +23,7 @@ "php": "^7.1", "doctrine/common": "^2.5", - "symfony/symfony": "^3.2", + "symfony/symfony": "^3.4", "zendframework/zend-hydrator": "^2.2" }, "require-dev": { @@ -34,8 +34,8 @@ "phpunit/phpunit": "^5.6", "sylius/registry": "^1.0", "twig/twig": "^2.0", - "symfony/dependency-injection": "^3.2", - "symfony/twig-bundle": "^3.2" + "symfony/dependency-injection": "^3.4", + "symfony/twig-bundle": "^3.4" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Bundle/UiBundle/composer.json b/src/Sylius/Bundle/UiBundle/composer.json index d29f62689cb..d64a16f9f39 100644 --- a/src/Sylius/Bundle/UiBundle/composer.json +++ b/src/Sylius/Bundle/UiBundle/composer.json @@ -25,14 +25,14 @@ "doctrine/collections": "^1.3", "knplabs/knp-menu-bundle": "^2.1", "sonata-project/block-bundle": "^3.3", - "symfony/framework-bundle": "^3.2", - "symfony/security": "^3.2", - "symfony/templating": "^3.2" + "symfony/framework-bundle": "^3.4", + "symfony/security": "^3.4", + "symfony/templating": "^3.4" }, "require-dev": { "phpspec/phpspec": "^4.0", - "symfony/dependency-injection": "^3.2", - "symfony/form": "^3.2", + "symfony/dependency-injection": "^3.4", + "symfony/form": "^3.4", "twig/twig": "^2.0" }, "config": { diff --git a/src/Sylius/Bundle/UserBundle/composer.json b/src/Sylius/Bundle/UserBundle/composer.json index 4911566d3f2..cc9a715366f 100644 --- a/src/Sylius/Bundle/UserBundle/composer.json +++ b/src/Sylius/Bundle/UserBundle/composer.json @@ -38,16 +38,16 @@ "sylius/mailer-bundle": "^1.0", "sylius/resource-bundle": "^1.0", "sylius/user": "^1.0", - "symfony/framework-bundle": "^3.2", + "symfony/framework-bundle": "^3.4", "webmozart/assert": "^1.0" }, "require-dev": { "hwi/oauth-bundle": "^0.5", "phpspec/phpspec": "^4.0", "phpunit/phpunit": "^5.6", - "symfony/dependency-injection": "^3.2", - "symfony/security-bundle": "^3.2", - "symfony/swiftmailer-bundle": "^3.0", + "symfony/dependency-injection": "^3.4", + "symfony/security-bundle": "^3.4", + "symfony/swiftmailer-bundle": "^3.1", "incenteev/composer-parameter-handler": "~2.0" }, "suggest": { diff --git a/src/Sylius/Component/Addressing/composer.json b/src/Sylius/Component/Addressing/composer.json index 40dc8351124..47d05119e23 100644 --- a/src/Sylius/Component/Addressing/composer.json +++ b/src/Sylius/Component/Addressing/composer.json @@ -24,7 +24,7 @@ "sylius/registry": "^1.0", "sylius/resource": "^1.0", - "symfony/intl": "^3.2" + "symfony/intl": "^3.4" }, "require-dev": { "phpspec/phpspec": "^4.0" diff --git a/src/Sylius/Component/Attribute/composer.json b/src/Sylius/Component/Attribute/composer.json index c6f2d9b2d4d..459ff4a1368 100644 --- a/src/Sylius/Component/Attribute/composer.json +++ b/src/Sylius/Component/Attribute/composer.json @@ -25,7 +25,7 @@ "doctrine/collections": "^1.3", "sylius/registry": "^1.0", "sylius/resource": "^1.0", - "symfony/validator": "^3.2" + "symfony/validator": "^3.4" }, "require-dev": { "phpspec/phpspec": "^4.0" diff --git a/src/Sylius/Component/Channel/composer.json b/src/Sylius/Component/Channel/composer.json index f9ed076a132..43a0496d4ce 100644 --- a/src/Sylius/Component/Channel/composer.json +++ b/src/Sylius/Component/Channel/composer.json @@ -23,8 +23,8 @@ "php": "^7.1", "sylius/resource": "^1.0", - "symfony/form": "^3.2", - "symfony/http-foundation": "^3.2", + "symfony/form": "^3.4", + "symfony/http-foundation": "^3.4", "zendframework/zend-stdlib": "^3.1" }, "require-dev": { diff --git a/src/Sylius/Component/Core/composer.json b/src/Sylius/Component/Core/composer.json index db39555c4c1..ae77b3df43c 100644 --- a/src/Sylius/Component/Core/composer.json +++ b/src/Sylius/Component/Core/composer.json @@ -48,7 +48,7 @@ }, "require-dev": { "phpspec/phpspec": "^4.0", - "symfony/property-access": "^3.2" + "symfony/property-access": "^3.4" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Currency/composer.json b/src/Sylius/Component/Currency/composer.json index 5baa7ba79de..10e215f8c9a 100644 --- a/src/Sylius/Component/Currency/composer.json +++ b/src/Sylius/Component/Currency/composer.json @@ -23,7 +23,7 @@ "php": "^7.1", "sylius/resource": "^1.0", - "symfony/intl": "^3.2", + "symfony/intl": "^3.4", "zendframework/zend-stdlib": "^3.1" }, "require-dev": { diff --git a/src/Sylius/Component/Grid/composer.json b/src/Sylius/Component/Grid/composer.json index 6fa518f22c9..ba3323d3710 100644 --- a/src/Sylius/Component/Grid/composer.json +++ b/src/Sylius/Component/Grid/composer.json @@ -27,7 +27,7 @@ }, "require-dev": { "phpspec/phpspec": "^4.0", - "symfony/property-access": "^3.2" + "symfony/property-access": "^3.4" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Locale/composer.json b/src/Sylius/Component/Locale/composer.json index 7b428fcdcd1..5f3546e84ba 100644 --- a/src/Sylius/Component/Locale/composer.json +++ b/src/Sylius/Component/Locale/composer.json @@ -23,7 +23,7 @@ "php": "^7.1", "sylius/resource": "^1.0", - "symfony/intl": "^3.2", + "symfony/intl": "^3.4", "zendframework/zend-stdlib": "^3.1" }, "require-dev": { diff --git a/src/Sylius/Component/Product/composer.json b/src/Sylius/Component/Product/composer.json index 62a65b6a4d1..a8070a35ca5 100644 --- a/src/Sylius/Component/Product/composer.json +++ b/src/Sylius/Component/Product/composer.json @@ -25,7 +25,7 @@ "behat/transliterator": "^1.1", "sylius/attribute": "^1.0", "sylius/resource": "^1.0", - "symfony/polyfill-iconv": "^1.3", + "symfony/polyfill-iconv": "^1.6", "webmozart/assert": "^1.0" }, "require-dev": { diff --git a/src/Sylius/Component/Resource/composer.json b/src/Sylius/Component/Resource/composer.json index b4d95853492..5ee88ffb07d 100644 --- a/src/Sylius/Component/Resource/composer.json +++ b/src/Sylius/Component/Resource/composer.json @@ -24,9 +24,8 @@ "doctrine/common": "^2.6", "gedmo/doctrine-extensions": "^2.4", - "symfony/event-dispatcher": "^3.2", - "symfony/polyfill-php70": "~1.0", - "symfony/property-access": "^3.2", + "symfony/event-dispatcher": "^3.4", + "symfony/property-access": "^3.4", "winzou/state-machine": "^0.3", "pagerfanta/pagerfanta": "^1.0" }, diff --git a/src/Sylius/Component/Shipping/composer.json b/src/Sylius/Component/Shipping/composer.json index 7ab11928da3..e04bf6516e0 100644 --- a/src/Sylius/Component/Shipping/composer.json +++ b/src/Sylius/Component/Shipping/composer.json @@ -24,7 +24,7 @@ "sylius/resource": "^1.0", "sylius/registry": "^1.0", - "symfony/options-resolver": "^3.2" + "symfony/options-resolver": "^3.4" }, "require-dev": { "phpspec/phpspec": "^4.0" diff --git a/src/Sylius/Component/User/composer.json b/src/Sylius/Component/User/composer.json index fe69a89e652..a1f1e78c3ae 100644 --- a/src/Sylius/Component/User/composer.json +++ b/src/Sylius/Component/User/composer.json @@ -32,8 +32,8 @@ "doctrine/collections": "^1.1", "sylius/resource": "^1.0", - "symfony/polyfill-mbstring": "^1.3", - "symfony/security": "^3.2" + "symfony/polyfill-mbstring": "^1.6", + "symfony/security": "^3.4" }, "require-dev": { "phpspec/phpspec": "^4.0"