Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcd981a

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: [phpunit] disable prophecy
2 parents 3c1738a + bbf00d2 commit bcd981a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
5151
$zip->extractTo(getcwd());
5252
$zip->close();
5353
chdir("phpunit-$PHPUNIT_VERSION");
54+
passthru("$COMPOSER remove --no-update phpspec/prophecy");
5455
passthru("$COMPOSER remove --no-update symfony/yaml");
5556
passthru("$COMPOSER require --dev --no-update symfony/phpunit-bridge \">=3.1@dev\"");
5657
passthru("$COMPOSER install --prefer-dist --no-progress --ansi", $exit);

0 commit comments

Comments
 (0)