This commit is contained in:
Nicolas Grekas 2020-02-07 11:18:08 +01:00
parent 3bfd4ed237
commit 05663c338f
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ install:
else
if [[ $PHP = 7.4* ]]; then
# add return types before running the test suite
rm src/Symfony/Contract -Rf && mv vendor/symfony/contracts src/Symfony/Contract
rm src/Symfony/Contracts -Rf && mv vendor/symfony/contracts src/Symfony/Contracts
ln -sd $(realpath src/Symfony/Contracts) vendor/symfony/contracts
sed -i 's/"\*\*\/Tests\/"//' composer.json
composer install --optimize-autoloader