8000 Merge branch '5.0' · symfony/symfony@c37acb9 · GitHub
[go: up one dir, main page]

Skip to content

Commit c37acb9

Browse files
Merge branch '5.0'
* 5.0: [travis] fix patching return types of symfony/contracts [FrameworkBundle] fix fix fix deps=low [FrameworkBundle] fix fix deps=low [FrameworkBundle] fix deps=low
2 parents 8b121a2 + ab46117 commit c37acb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
4304
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ install:
336336
else
337337
if [[ $PHP = 7.4* ]]; then
338338
# add return types before running the test suite
339-
rm vendor/symfony/contracts -Rf
339+
rm src/Symfony/Contract -Rf && mv vendor/symfony/contracts src/Symfony/Contract
340340
ln -sd $(realpath src/Symfony/Contracts) vendor/symfony/contracts
341341
sed -i 's/"\*\*\/Tests\/"//' composer.json
342342
composer install --optimize-autoloader

0 commit comments

Comments
 (0)
0