From 940e17f386a07c6a7da578f6cff8ce2fba12f424 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Fri, 1 Feb 2019 12:55:18 +0100 Subject: [PATCH] Use phpspec 5.0 in packages --- src/Sylius/Bundle/AddressingBundle/composer.json | 2 +- src/Sylius/Bundle/AdminApiBundle/composer.json | 2 +- src/Sylius/Bundle/AdminBundle/composer.json | 2 +- src/Sylius/Bundle/AttributeBundle/composer.json | 2 +- src/Sylius/Bundle/ChannelBundle/composer.json | 2 +- src/Sylius/Bundle/CoreBundle/composer.json | 2 +- src/Sylius/Bundle/CurrencyBundle/composer.json | 2 +- src/Sylius/Bundle/CustomerBundle/composer.json | 2 +- src/Sylius/Bundle/FixturesBundle/composer.json | 2 +- src/Sylius/Bundle/GridBundle/composer.json | 4 ++-- src/Sylius/Bundle/InventoryBundle/composer.json | 2 +- src/Sylius/Bundle/LocaleBundle/composer.json | 2 +- src/Sylius/Bundle/MailerBundle/composer.json | 2 +- src/Sylius/Bundle/MoneyBundle/composer.json | 2 +- src/Sylius/Bundle/OrderBundle/composer.json | 2 +- src/Sylius/Bundle/PaymentBundle/composer.json | 2 +- src/Sylius/Bundle/PayumBundle/composer.json | 2 +- src/Sylius/Bundle/ProductBundle/composer.json | 2 +- src/Sylius/Bundle/PromotionBundle/composer.json | 2 +- src/Sylius/Bundle/ResourceBundle/composer.json | 4 ++-- src/Sylius/Bundle/ReviewBundle/composer.json | 2 +- src/Sylius/Bundle/ShippingBundle/composer.json | 2 +- src/Sylius/Bundle/ShopBundle/composer.json | 2 +- src/Sylius/Bundle/TaxationBundle/composer.json | 2 +- src/Sylius/Bundle/TaxonomyBundle/composer.json | 2 +- src/Sylius/Bundle/ThemeBundle/composer.json | 2 +- src/Sylius/Bundle/UiBundle/composer.json | 2 +- src/Sylius/Bundle/UserBundle/composer.json | 2 +- src/Sylius/Component/Addressing/composer.json | 2 +- src/Sylius/Component/Attribute/composer.json | 2 +- src/Sylius/Component/Channel/composer.json | 2 +- src/Sylius/Component/Core/composer.json | 2 +- src/Sylius/Component/Currency/composer.json | 2 +- src/Sylius/Component/Customer/composer.json | 2 +- src/Sylius/Component/Grid/composer.json | 2 +- src/Sylius/Component/Inventory/composer.json | 2 +- src/Sylius/Component/Locale/composer.json | 2 +- src/Sylius/Component/Mailer/composer.json | 2 +- src/Sylius/Component/Order/composer.json | 2 +- src/Sylius/Component/Payment/composer.json | 2 +- src/Sylius/Component/Product/composer.json | 2 +- src/Sylius/Component/Promotion/composer.json | 2 +- src/Sylius/Component/Registry/composer.json | 2 +- src/Sylius/Component/Resource/composer.json | 2 +- src/Sylius/Component/Review/composer.json | 2 +- src/Sylius/Component/Shipping/composer.json | 2 +- src/Sylius/Component/Taxation/composer.json | 2 +- src/Sylius/Component/Taxonomy/composer.json | 2 +- src/Sylius/Component/User/composer.json | 2 +- 49 files changed, 51 insertions(+), 51 deletions(-) diff --git a/src/Sylius/Bundle/AddressingBundle/composer.json b/src/Sylius/Bundle/AddressingBundle/composer.json index 643dd5c7d92..18404a59f94 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 e0722b4e191..bdb4a603b7d 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 480683d23eb..b5b68e5f972 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 13e049eeff3..6ee68b5a6b4 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 21c0c9aadf7..04b84df787a 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 72c0a268efa..4c32ed21d85 100644 --- a/src/Sylius/Bundle/CoreBundle/composer.json +++ b/src/Sylius/Bundle/CoreBundle/composer.json @@ -57,7 +57,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 26eed54fcff..91ac7a98c01 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 eeef2c93a8d..481963cc7e0 100644 --- a/src/Sylius/Bundle/CustomerBundle/composer.json +++ b/src/Sylius/Bundle/CustomerBundle/composer.json @@ -41,7 +41,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 5965a38635f..4db19904f4e 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 b664456a3da..cba13859273 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 baa0e844fb8..2cfa4900b08 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 ab883ce50cd..3e7e0fe900f 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 f06a24587c4..399ec67a632 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 f241c5a060b..69d7e31d02b 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 4deaf9b1762..b4dd92af95e 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 3a3e0a08379..8178ed4b97f 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 893e52d4721..c6c7ed155d7 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 665aa98812b..b4b44361336 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 a32b44a52c6..0ea38402690 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 4f663bfbca1..4a8e291ded6 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 9bc6a6956d5..2c511dc2f1b 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 29461af5ca8..c3025c34218 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 1926c662e81..109a61a9662 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 c4ea623a12f..696d8163ca8 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 6d1bf1cfc89..d226c59b40a 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 8a6a3f59463..75192158ca2 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 12759dab43e..5d10df7348b 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/Bundle/UserBundle/composer.json b/src/Sylius/Bundle/UserBundle/composer.json index 87fe5570a73..b5039528325 100644 --- a/src/Sylius/Bundle/UserBundle/composer.json +++ b/src/Sylius/Bundle/UserBundle/composer.json @@ -44,7 +44,7 @@ "require-dev": { "hwi/oauth-bundle": "^0.6", "php-http/guzzle6-adapter": "^1.1", - "phpspec/phpspec": "^4.0", + "phpspec/phpspec": "^5.0", "phpunit/phpunit": "^6.5", "symfony/dependency-injection": "^3.4|^4.1.1", "symfony/security-bundle": "^3.4|^4.1.1", diff --git a/src/Sylius/Component/Addressing/composer.json b/src/Sylius/Component/Addressing/composer.json index 65c3d2c5212..016484940a4 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 e7f6c95b1cf..baba221b65f 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 ffa7883d42a..906c6350d82 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 bf774662027..eba4f6db597 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 a30c7802cf9..0e332adc607 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 047b26df912..9643553af54 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 9498132a96d..e17abc53268 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 3da803bd66c..284e497af95 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 cf650a51200..4c9b2cfcc1e 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 926e3374414..de18c58a56a 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 9c0f9545810..5db848656bb 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 82f36d2ed20..2403e6ae37c 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 316fba4bc84..ff3bc5349e6 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 8af6cc8430f..7ef15064797 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 18fae1a98d2..50e67031e09 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 e71d308c9b6..868f4ea6704 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 2fc443035f7..1674e38e2b1 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 42c2b0e073f..1f9e3e0d71c 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 9dd5e2abfdb..77b7e07d716 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 9e76197ce36..7d4102763f6 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 4c78330ae51..a76d3492d4e 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"