Merge branch '4.4' into 5.0

* 4.4:
  [travis] fix patching return types of symfony/contracts
  [FrameworkBundle] fix fix fix deps=low
  [FrameworkBundle] fix fix deps=low
  [FrameworkBundle] fix deps=low
This commit is contained in:
Nicolas Grekas 2020-02-07 10:38:28 +01:00
commit ab46117272
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 vendor/symfony/contracts -Rf
rm src/Symfony/Contract -Rf && mv vendor/symfony/contracts src/Symfony/Contract
ln -sd $(realpath src/Symfony/Contracts) vendor/symfony/contracts
sed -i 's/"\*\*\/Tests\/"//' composer.json
composer install --optimize-autoloader