diff --git a/composer.json b/composer.json index f5798d95b6..b12c95811c 100644 --- a/composer.json +++ b/composer.json @@ -208,6 +208,7 @@ "mockery/mockery": "^1.4", "phparkitect/phparkitect": "^0.2.9", "phpspec/phpspec": "^7.2", + "phpspec/prophecy-phpunit": "^2.0", "phpstan/phpstan": "^1.6", "phpstan/phpstan-doctrine": "1.3.2", "phpstan/phpstan-symfony": "^1.2", diff --git a/src/Sylius/Bundle/AddressingBundle/composer.json b/src/Sylius/Bundle/AddressingBundle/composer.json index dcf66fa386..a975c8724a 100644 --- a/src/Sylius/Bundle/AddressingBundle/composer.json +++ b/src/Sylius/Bundle/AddressingBundle/composer.json @@ -39,6 +39,7 @@ "require-dev": { "doctrine/orm": "^2.13", "phpspec/phpspec": "^7.2", + "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0", "symfony/browser-kit": "^5.4 || ^6.0", diff --git a/src/Sylius/Bundle/AdminBundle/composer.json b/src/Sylius/Bundle/AdminBundle/composer.json index 68999ff7e9..86a22f71ae 100644 --- a/src/Sylius/Bundle/AdminBundle/composer.json +++ b/src/Sylius/Bundle/AdminBundle/composer.json @@ -42,6 +42,7 @@ }, "require-dev": { "phpspec/phpspec": "^7.2", + "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "symfony/dependency-injection": "^5.4 || ^6.0", "symfony/dotenv": "^5.4 || ^6.0" diff --git a/src/Sylius/Bundle/ApiBundle/composer.json b/src/Sylius/Bundle/ApiBundle/composer.json index 5ba579bb54..6fad0a9819 100644 --- a/src/Sylius/Bundle/ApiBundle/composer.json +++ b/src/Sylius/Bundle/ApiBundle/composer.json @@ -37,6 +37,7 @@ "nelmio/alice": "^3.8", "phparkitect/phparkitect": "^0.2.9", "phpspec/phpspec": "^7.2", + "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "symfony/browser-kit": "^5.4 || ^6.0", "symfony/debug-bundle": "^5.4 || ^6.0", diff --git a/src/Sylius/Bundle/AttributeBundle/composer.json b/src/Sylius/Bundle/AttributeBundle/composer.json index c2fb3baaa8..e83af6febe 100644 --- a/src/Sylius/Bundle/AttributeBundle/composer.json +++ b/src/Sylius/Bundle/AttributeBundle/composer.json @@ -36,6 +36,7 @@ "require-dev": { "doctrine/orm": "^2.13", "phpspec/phpspec": "^7.2", + "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "symfony/browser-kit": "^5.4 || ^6.0", "symfony/dependency-injection": "^5.4 || ^6.0", diff --git a/src/Sylius/Bundle/CoreBundle/composer.json b/src/Sylius/Bundle/CoreBundle/composer.json index 956a239f6c..a1ce8be118 100644 --- a/src/Sylius/Bundle/CoreBundle/composer.json +++ b/src/Sylius/Bundle/CoreBundle/composer.json @@ -78,6 +78,7 @@ "matthiasnoback/symfony-config-test": "^4.2", "matthiasnoback/symfony-dependency-injection-test": "^4.2", "phpspec/phpspec": "^7.2", + "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "symfony/dependency-injection": "^5.4 || ^6.0", "symfony/dotenv": "^5.4 || ^6.0" diff --git a/src/Sylius/Bundle/PromotionBundle/composer.json b/src/Sylius/Bundle/PromotionBundle/composer.json index 17c40aa623..64da7e7275 100644 --- a/src/Sylius/Bundle/PromotionBundle/composer.json +++ b/src/Sylius/Bundle/PromotionBundle/composer.json @@ -43,6 +43,7 @@ "doctrine/orm": "^2.13", "matthiasnoback/symfony-dependency-injection-test": "^4.2", "phpspec/phpspec": "^7.2", + "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0", "symfony/browser-kit": "^5.4 || ^6.0", diff --git a/src/Sylius/Bundle/ReviewBundle/composer.json b/src/Sylius/Bundle/ReviewBundle/composer.json index 19ee0e4594..3401e0c687 100644 --- a/src/Sylius/Bundle/ReviewBundle/composer.json +++ b/src/Sylius/Bundle/ReviewBundle/composer.json @@ -51,6 +51,7 @@ }, "require-dev": { "phpspec/phpspec": "^7.2", + "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0", "symfony/browser-kit": "^5.4 || ^6.0",