Merge branch '4.4' into 5.0

* 4.4:
  Fix typo
This commit is contained in:
Nicolas Grekas 2020-02-07 11:18:13 +01:00
commit 73f8c962a6
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,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