From ae9bae7e16fd27e17339f2dbc45bcafc2294949d Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 24 Mar 2016 23:24:57 +0100 Subject: [PATCH] [phpunit] disable prophecy --- phpunit | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit b/phpunit index d2da42616d..6d66f7b2b2 100755 --- a/phpunit +++ b/phpunit @@ -51,6 +51,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__ $zip->extractTo(getcwd()); $zip->close(); chdir("phpunit-$PHPUNIT_VERSION"); + passthru("$COMPOSER remove --no-update phpspec/prophecy"); passthru("$COMPOSER remove --no-update symfony/yaml"); passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=3.1@dev\""); passthru("$COMPOSER install --prefer-dist --no-progress --ansi", $exit);