Issue #3223924 by yas: Add phpspec/prophecy-phpunit to composer.json
... | @@ -13,16 +13,19 @@ | ... | @@ -13,16 +13,19 @@ |
"ext-json": "*" | "ext-json": "*" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"behat/mink-goutte-driver": "*", | |||
"behat/mink": "*", | "behat/mink": "*", | ||
"behat/mink-goutte-driver": "*", | |||
"composer/installers": "*", | "composer/installers": "*", | ||
"dealerdirect/phpcodesniffer-composer-installer": "*", | "dealerdirect/phpcodesniffer-composer-installer": "*", | ||
"drupal-composer/drupal-security-advisories": "dev-8.x-v2", | |||
"drupal/admin_toolbar": "*", | "drupal/admin_toolbar": "*", | ||
"drupal/coder": "*", | "drupal/coder": "*", | ||
"drupal/memcache": "^2", | |||
"drupal/queue_ui": "*", | |||
"drush/drush": "*", | "drush/drush": "*", | ||
"kint-php/kint": "*", | "kint-php/kint": "*", | ||
"phpspec/prophecy-phpunit": "*", | |||
"phpunit/phpunit": "*", | "phpunit/phpunit": "*", | ||
"drupal-composer/drupal-security-advisories": "8.x-dev", | |||
"symfony/phpunit-bridge": "*" | "symfony/phpunit-bridge": "*" | ||
}, | }, | ||
"extra": { | "extra": { | ||
... | ... |
Please register or sign in to comment