mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Maintenance] Require phpspec/prophecy-phpunit in necessary bundles
This commit is contained in:
parent
49f29181bc
commit
e4ecc910ad
8 changed files with 8 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue