diff --git a/src/Sylius/Bundle/AddressingBundle/composer.json b/src/Sylius/Bundle/AddressingBundle/composer.json index 8a58fd28838..c94302940c3 100644 --- a/src/Sylius/Bundle/AddressingBundle/composer.json +++ b/src/Sylius/Bundle/AddressingBundle/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "doctrine/orm": "^2.5", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "symfony/dependency-injection": "^3.4|^4.1.1", "symfony/form": "^3.4|^4.1.1", "symfony/validator": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/AdminApiBundle/composer.json b/src/Sylius/Bundle/AdminApiBundle/composer.json index aa6017d50ad..1d48844e5cd 100644 --- a/src/Sylius/Bundle/AdminApiBundle/composer.json +++ b/src/Sylius/Bundle/AdminApiBundle/composer.json @@ -30,7 +30,7 @@ }, "require-dev": { "doctrine/orm": "^2.5", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "symfony/dependency-injection": "^3.4|^4.1.1", "twig/twig": "^2.0" diff --git a/src/Sylius/Bundle/AdminBundle/composer.json b/src/Sylius/Bundle/AdminBundle/composer.json index 856f0a034c5..976fa2fdbd5 100644 --- a/src/Sylius/Bundle/AdminBundle/composer.json +++ b/src/Sylius/Bundle/AdminBundle/composer.json @@ -28,7 +28,7 @@ "symfony/framework-bundle": "^3.4|^4.1.1" }, "require-dev": { - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "symfony/dependency-injection": "^3.4|^4.1.1" }, diff --git a/src/Sylius/Bundle/AttributeBundle/composer.json b/src/Sylius/Bundle/AttributeBundle/composer.json index cb526c8520c..8b5578ebac4 100644 --- a/src/Sylius/Bundle/AttributeBundle/composer.json +++ b/src/Sylius/Bundle/AttributeBundle/composer.json @@ -31,7 +31,7 @@ }, "require-dev": { "doctrine/orm": "^2.5", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "symfony/dependency-injection": "^3.4|^4.1.1", "symfony/form": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/ChannelBundle/composer.json b/src/Sylius/Bundle/ChannelBundle/composer.json index b95111f79d8..811836d0e29 100644 --- a/src/Sylius/Bundle/ChannelBundle/composer.json +++ b/src/Sylius/Bundle/ChannelBundle/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "matthiasnoback/symfony-dependency-injection-test": "^2.0", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "twig/twig": "^2.0", "doctrine/orm": "^2.5", diff --git a/src/Sylius/Bundle/CoreBundle/composer.json b/src/Sylius/Bundle/CoreBundle/composer.json index ad45d963d11..11f412c16c1 100644 --- a/src/Sylius/Bundle/CoreBundle/composer.json +++ b/src/Sylius/Bundle/CoreBundle/composer.json @@ -58,7 +58,7 @@ "hwi/oauth-bundle": "^0.6", "matthiasnoback/symfony-config-test": "^3.0", "matthiasnoback/symfony-dependency-injection-test": "^2.0", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "symfony/dependency-injection": "^3.4|^4.1.1" }, diff --git a/src/Sylius/Bundle/CurrencyBundle/composer.json b/src/Sylius/Bundle/CurrencyBundle/composer.json index c047746cc57..61de777c467 100644 --- a/src/Sylius/Bundle/CurrencyBundle/composer.json +++ b/src/Sylius/Bundle/CurrencyBundle/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "doctrine/orm": "^2.5", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "twig/twig": "^2.0", "symfony/dependency-injection": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/CustomerBundle/composer.json b/src/Sylius/Bundle/CustomerBundle/composer.json index 3cf4ae3b8ca..1d58632e36a 100644 --- a/src/Sylius/Bundle/CustomerBundle/composer.json +++ b/src/Sylius/Bundle/CustomerBundle/composer.json @@ -42,7 +42,7 @@ "webmozart/assert": "^1.0" }, "require-dev": { - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "symfony/dependency-injection": "^3.4|^4.1.1", "symfony/form": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/FixturesBundle/composer.json b/src/Sylius/Bundle/FixturesBundle/composer.json index fe9061f3b48..24c4f40214d 100644 --- a/src/Sylius/Bundle/FixturesBundle/composer.json +++ b/src/Sylius/Bundle/FixturesBundle/composer.json @@ -34,7 +34,7 @@ "doctrine/doctrine-bundle": "^1.3", "matthiasnoback/symfony-config-test": "^3.0", "matthiasnoback/symfony-dependency-injection-test": "^2.0", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "twig/twig": "^2.0", "symfony/browser-kit": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/GridBundle/composer.json b/src/Sylius/Bundle/GridBundle/composer.json index ecced18324b..c60caa53ca0 100644 --- a/src/Sylius/Bundle/GridBundle/composer.json +++ b/src/Sylius/Bundle/GridBundle/composer.json @@ -28,7 +28,7 @@ "symfony/templating": "^3.4|^4.1.1" }, "require-dev": { - "akeneo/phpspec-skip-example-extension": "^3.0", + "akeneo/phpspec-skip-example-extension": "^4.0", "doctrine/doctrine-bundle": "^1.3", "doctrine/orm": "^2.5", "doctrine/phpcr-odm": "^1.3", @@ -37,7 +37,7 @@ "matthiasnoback/symfony-dependency-injection-test": "^2.0", "ocramius/proxy-manager": "^2.1", "pagerfanta/pagerfanta": "^1.0|^2.0", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0", "symfony/browser-kit": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/InventoryBundle/composer.json b/src/Sylius/Bundle/InventoryBundle/composer.json index 7ed77c48961..5703326bbd0 100644 --- a/src/Sylius/Bundle/InventoryBundle/composer.json +++ b/src/Sylius/Bundle/InventoryBundle/composer.json @@ -30,7 +30,7 @@ }, "require-dev": { "doctrine/orm": "^2.5", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "twig/twig": "^2.0", "symfony/browser-kit": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/LocaleBundle/composer.json b/src/Sylius/Bundle/LocaleBundle/composer.json index ab8ec1c1bce..6ddd62eaa4e 100644 --- a/src/Sylius/Bundle/LocaleBundle/composer.json +++ b/src/Sylius/Bundle/LocaleBundle/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "doctrine/orm": "^2.5", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "twig/twig": "^2.0", "ocramius/proxy-manager": "^2.0", diff --git a/src/Sylius/Bundle/MailerBundle/composer.json b/src/Sylius/Bundle/MailerBundle/composer.json index 6772b3b52b3..dd1907acbf9 100644 --- a/src/Sylius/Bundle/MailerBundle/composer.json +++ b/src/Sylius/Bundle/MailerBundle/composer.json @@ -26,7 +26,7 @@ "symfony/framework-bundle": "^3.4|^4.1.1" }, "require-dev": { - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0", "symfony/browser-kit": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/MoneyBundle/composer.json b/src/Sylius/Bundle/MoneyBundle/composer.json index e36f7b95064..369d9f79035 100644 --- a/src/Sylius/Bundle/MoneyBundle/composer.json +++ b/src/Sylius/Bundle/MoneyBundle/composer.json @@ -30,7 +30,7 @@ }, "require-dev": { "doctrine/orm": "^2.5", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "twig/twig": "^2.0", "sylius/currency-bundle": "^1.2", diff --git a/src/Sylius/Bundle/OrderBundle/composer.json b/src/Sylius/Bundle/OrderBundle/composer.json index f03908ac809..3a9b838c5cb 100644 --- a/src/Sylius/Bundle/OrderBundle/composer.json +++ b/src/Sylius/Bundle/OrderBundle/composer.json @@ -32,7 +32,7 @@ "require-dev": { "doctrine/orm": "^2.5", "matthiasnoback/symfony-dependency-injection-test": "^2.0", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0", "symfony/browser-kit": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/PaymentBundle/composer.json b/src/Sylius/Bundle/PaymentBundle/composer.json index 6f3dd0eb90e..c853fe2a465 100644 --- a/src/Sylius/Bundle/PaymentBundle/composer.json +++ b/src/Sylius/Bundle/PaymentBundle/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "doctrine/orm": "^2.5", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "sylius/locale-bundle": "^1.2", "phpunit/phpunit": "^6.5", "symfony/browser-kit": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/PayumBundle/composer.json b/src/Sylius/Bundle/PayumBundle/composer.json index 3063eb71d76..59cf63076ae 100644 --- a/src/Sylius/Bundle/PayumBundle/composer.json +++ b/src/Sylius/Bundle/PayumBundle/composer.json @@ -36,7 +36,7 @@ "sylius/resource-bundle": "^1.0" }, "require-dev": { - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "symfony/dependency-injection": "^3.4|^4.1.1" }, "config": { diff --git a/src/Sylius/Bundle/ProductBundle/composer.json b/src/Sylius/Bundle/ProductBundle/composer.json index d5641c16aa3..fa8cfde2f9b 100644 --- a/src/Sylius/Bundle/ProductBundle/composer.json +++ b/src/Sylius/Bundle/ProductBundle/composer.json @@ -31,7 +31,7 @@ }, "require-dev": { "doctrine/orm": "^2.5", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "symfony/form": "^3.4|^4.1.1", "symfony/validator": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/PromotionBundle/composer.json b/src/Sylius/Bundle/PromotionBundle/composer.json index fdb1b020916..b3ebd192606 100644 --- a/src/Sylius/Bundle/PromotionBundle/composer.json +++ b/src/Sylius/Bundle/PromotionBundle/composer.json @@ -32,7 +32,7 @@ "require-dev": { "doctrine/orm": "^2.5", "matthiasnoback/symfony-dependency-injection-test": "^2.0", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "symfony/form": "^3.4|^4.1.1", "symfony/validator": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/ResourceBundle/composer.json b/src/Sylius/Bundle/ResourceBundle/composer.json index 149a2ecf279..e84acb55804 100644 --- a/src/Sylius/Bundle/ResourceBundle/composer.json +++ b/src/Sylius/Bundle/ResourceBundle/composer.json @@ -42,14 +42,14 @@ "winzou/state-machine-bundle": "^0.3" }, "require-dev": { - "akeneo/phpspec-skip-example-extension": "^3.0", + "akeneo/phpspec-skip-example-extension": "^4.0", "doctrine/mongodb-odm": "^1.0", "doctrine/orm": "^2.5", "doctrine/phpcr-odm": "^1.4", "jackalope/jackalope-doctrine-dbal": "^1.2", "lakion/api-test-case": "^3.1.0", "matthiasnoback/symfony-dependency-injection-test": "^2.0", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "sylius/grid-bundle": "^1.2", "sylius/locale": "^1.2", diff --git a/src/Sylius/Bundle/ReviewBundle/composer.json b/src/Sylius/Bundle/ReviewBundle/composer.json index 99c7c07de65..1d7daeb4179 100644 --- a/src/Sylius/Bundle/ReviewBundle/composer.json +++ b/src/Sylius/Bundle/ReviewBundle/composer.json @@ -42,7 +42,7 @@ "symfony/framework-bundle": "^3.4|^4.1.1" }, "require-dev": { - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "symfony/form": "^3.4|^4.1.1", "symfony/validator": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/ShippingBundle/composer.json b/src/Sylius/Bundle/ShippingBundle/composer.json index 04444c07c55..9dfbadef6fc 100644 --- a/src/Sylius/Bundle/ShippingBundle/composer.json +++ b/src/Sylius/Bundle/ShippingBundle/composer.json @@ -29,7 +29,7 @@ "symfony/framework-bundle": "^3.4|^4.1.1" }, "require-dev": { - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "doctrine/orm": "^2.5", "symfony/form": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/ShopBundle/composer.json b/src/Sylius/Bundle/ShopBundle/composer.json index d60b652d305..8ec7bdc3d08 100644 --- a/src/Sylius/Bundle/ShopBundle/composer.json +++ b/src/Sylius/Bundle/ShopBundle/composer.json @@ -37,7 +37,7 @@ "require-dev": { "matthiasnoback/symfony-config-test": "^3.0", "matthiasnoback/symfony-dependency-injection-test": "^2.0", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "symfony/dependency-injection": "^3.4|^4.1.1" }, diff --git a/src/Sylius/Bundle/TaxationBundle/composer.json b/src/Sylius/Bundle/TaxationBundle/composer.json index 543a4cc4098..9b329078a31 100644 --- a/src/Sylius/Bundle/TaxationBundle/composer.json +++ b/src/Sylius/Bundle/TaxationBundle/composer.json @@ -31,7 +31,7 @@ "require-dev": { "doctrine/orm": "^2.5", "phpunit/phpunit": "^6.5", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "symfony/form": "^3.4|^4.1.1", "symfony/browser-kit": "^3.4|^4.1.1", "symfony/dependency-injection": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/TaxonomyBundle/composer.json b/src/Sylius/Bundle/TaxonomyBundle/composer.json index 53162c18f3a..ce0f8fe6ee0 100644 --- a/src/Sylius/Bundle/TaxonomyBundle/composer.json +++ b/src/Sylius/Bundle/TaxonomyBundle/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "doctrine/orm": "^2.5", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "symfony/dependency-injection": "^3.4|^4.1.1" }, diff --git a/src/Sylius/Bundle/ThemeBundle/composer.json b/src/Sylius/Bundle/ThemeBundle/composer.json index e68254fbd61..a1bd13a01b4 100644 --- a/src/Sylius/Bundle/ThemeBundle/composer.json +++ b/src/Sylius/Bundle/ThemeBundle/composer.json @@ -42,7 +42,7 @@ "matthiasnoback/symfony-config-test": "^3.0", "matthiasnoback/symfony-dependency-injection-test": "^2.0", "mikey179/vfsStream": "^1.6", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "sylius/registry": "^1.1", "symfony/browser-kit": "^3.4|^4.1.1", diff --git a/src/Sylius/Bundle/UiBundle/composer.json b/src/Sylius/Bundle/UiBundle/composer.json index a806ebd3e38..bcf814d3da2 100644 --- a/src/Sylius/Bundle/UiBundle/composer.json +++ b/src/Sylius/Bundle/UiBundle/composer.json @@ -30,7 +30,7 @@ "symfony/templating": "^3.4|^4.1.1" }, "require-dev": { - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "symfony/dependency-injection": "^3.4|^4.1.1", "symfony/form": "^3.4|^4.1.1", "twig/twig": "^2.0" diff --git a/src/Sylius/Component/Addressing/composer.json b/src/Sylius/Component/Addressing/composer.json index 674a9190fc8..300aafe90ae 100644 --- a/src/Sylius/Component/Addressing/composer.json +++ b/src/Sylius/Component/Addressing/composer.json @@ -27,7 +27,7 @@ "symfony/intl": "^3.4|^4.1.1" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Attribute/composer.json b/src/Sylius/Component/Attribute/composer.json index f13ac955456..63e0dc724d5 100644 --- a/src/Sylius/Component/Attribute/composer.json +++ b/src/Sylius/Component/Attribute/composer.json @@ -28,7 +28,7 @@ "symfony/validator": "^3.4|^4.1.1" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Channel/composer.json b/src/Sylius/Component/Channel/composer.json index c439918fa93..11b95a57b90 100644 --- a/src/Sylius/Component/Channel/composer.json +++ b/src/Sylius/Component/Channel/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "pamil/prophecy-common": "^0.1", - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Core/composer.json b/src/Sylius/Component/Core/composer.json index bce18e010ac..87ff7be3ffa 100644 --- a/src/Sylius/Component/Core/composer.json +++ b/src/Sylius/Component/Core/composer.json @@ -48,7 +48,7 @@ "zendframework/zend-stdlib": "^3.1" }, "require-dev": { - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "symfony/property-access": "^3.4|^4.1.1" }, "config": { diff --git a/src/Sylius/Component/Currency/composer.json b/src/Sylius/Component/Currency/composer.json index 355e4a9f774..1da183ecc61 100644 --- a/src/Sylius/Component/Currency/composer.json +++ b/src/Sylius/Component/Currency/composer.json @@ -27,7 +27,7 @@ "zendframework/zend-stdlib": "^3.1" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Customer/composer.json b/src/Sylius/Component/Customer/composer.json index 7ed8bba6eb8..50b4b5a8744 100644 --- a/src/Sylius/Component/Customer/composer.json +++ b/src/Sylius/Component/Customer/composer.json @@ -34,7 +34,7 @@ "sylius/resource": "^1.0" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Grid/composer.json b/src/Sylius/Component/Grid/composer.json index bb3519721a4..e82dab21e32 100644 --- a/src/Sylius/Component/Grid/composer.json +++ b/src/Sylius/Component/Grid/composer.json @@ -26,7 +26,7 @@ "webmozart/assert": "^1.1" }, "require-dev": { - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "symfony/property-access": "^3.4|^4.1.1" }, "config": { diff --git a/src/Sylius/Component/Inventory/composer.json b/src/Sylius/Component/Inventory/composer.json index 4dddc16ed96..dffcdc9949a 100644 --- a/src/Sylius/Component/Inventory/composer.json +++ b/src/Sylius/Component/Inventory/composer.json @@ -26,7 +26,7 @@ "webmozart/assert": "^1.0" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Locale/composer.json b/src/Sylius/Component/Locale/composer.json index bbed33a7fc5..9a9c54a3753 100644 --- a/src/Sylius/Component/Locale/composer.json +++ b/src/Sylius/Component/Locale/composer.json @@ -27,7 +27,7 @@ "zendframework/zend-stdlib": "^3.1" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Mailer/composer.json b/src/Sylius/Component/Mailer/composer.json index fd9d22a7a37..6149b3b2afa 100644 --- a/src/Sylius/Component/Mailer/composer.json +++ b/src/Sylius/Component/Mailer/composer.json @@ -25,7 +25,7 @@ "webmozart/assert": "^1.0" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Order/composer.json b/src/Sylius/Component/Order/composer.json index e526187217d..8ef391fa69f 100644 --- a/src/Sylius/Component/Order/composer.json +++ b/src/Sylius/Component/Order/composer.json @@ -27,7 +27,7 @@ "zendframework/zend-stdlib": "^3.1" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Payment/composer.json b/src/Sylius/Component/Payment/composer.json index df7be7030c0..3d1acfb3c7e 100644 --- a/src/Sylius/Component/Payment/composer.json +++ b/src/Sylius/Component/Payment/composer.json @@ -26,7 +26,7 @@ "sylius/resource": "^1.0" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Product/composer.json b/src/Sylius/Component/Product/composer.json index c319692b51d..92dbeb458df 100644 --- a/src/Sylius/Component/Product/composer.json +++ b/src/Sylius/Component/Product/composer.json @@ -29,7 +29,7 @@ "webmozart/assert": "^1.0" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "suggest": { "ext-iconv": "For better performance than using Symfony Polyfill Component" diff --git a/src/Sylius/Component/Promotion/composer.json b/src/Sylius/Component/Promotion/composer.json index 341e8ad0519..aa5e91a2445 100644 --- a/src/Sylius/Component/Promotion/composer.json +++ b/src/Sylius/Component/Promotion/composer.json @@ -27,7 +27,7 @@ "sylius/resource": "^1.0" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Registry/composer.json b/src/Sylius/Component/Registry/composer.json index da6c60e31ce..59b92ec8e30 100644 --- a/src/Sylius/Component/Registry/composer.json +++ b/src/Sylius/Component/Registry/composer.json @@ -26,7 +26,7 @@ "zendframework/zend-stdlib": "^3.1" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Resource/composer.json b/src/Sylius/Component/Resource/composer.json index 156cc44bbb6..ed17df1cd74 100644 --- a/src/Sylius/Component/Resource/composer.json +++ b/src/Sylius/Component/Resource/composer.json @@ -30,7 +30,7 @@ "pagerfanta/pagerfanta": "^1.0|^2.0" }, "require-dev": { - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "sylius/locale": "^1.0" }, "suggest": { diff --git a/src/Sylius/Component/Review/composer.json b/src/Sylius/Component/Review/composer.json index 77dec2a772e..29f43061767 100644 --- a/src/Sylius/Component/Review/composer.json +++ b/src/Sylius/Component/Review/composer.json @@ -38,7 +38,7 @@ "doctrine/collections": "^1.3" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Shipping/composer.json b/src/Sylius/Component/Shipping/composer.json index b1f8fb4917f..1abb1eae5e7 100644 --- a/src/Sylius/Component/Shipping/composer.json +++ b/src/Sylius/Component/Shipping/composer.json @@ -27,7 +27,7 @@ "symfony/options-resolver": "^3.4|^4.1.1" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Taxation/composer.json b/src/Sylius/Component/Taxation/composer.json index 53f127c59a6..d69220b195e 100644 --- a/src/Sylius/Component/Taxation/composer.json +++ b/src/Sylius/Component/Taxation/composer.json @@ -26,7 +26,7 @@ "sylius/resource": "^1.0" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/Taxonomy/composer.json b/src/Sylius/Component/Taxonomy/composer.json index 116b4557889..1b8838c614e 100644 --- a/src/Sylius/Component/Taxonomy/composer.json +++ b/src/Sylius/Component/Taxonomy/composer.json @@ -27,7 +27,7 @@ "webmozart/assert": "^1.0" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "config": { "bin-dir": "bin" diff --git a/src/Sylius/Component/User/composer.json b/src/Sylius/Component/User/composer.json index f1464624602..8aad2f34316 100644 --- a/src/Sylius/Component/User/composer.json +++ b/src/Sylius/Component/User/composer.json @@ -36,7 +36,7 @@ "symfony/security": "^3.4|^4.1.1" }, "require-dev": { - "phpspec/phpspec": "^4.0" + "phpspec/phpspec": "^5.0" }, "suggest": { "ext-mbstring": "For better performance than using Symfony Polyfill Component"