8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4082fa commit dfce45bCopy full SHA for dfce45b
.travis.yml
@@ -199,7 +199,7 @@ install:
199
export SYMFONY_DEPRECATIONS_HELPER=weak &&
200
cp composer.json composer.json.orig &&
201
echo -e '{\n"require":{'"$(grep phpunit-bridge composer.json)"'"php":"*"},"minimum-stability":"dev"}' > composer.json &&
202
- php .github/build-packages.php HEAD^ $COMPONENTS &&
+ php .github/build-packages.php HEAD^ $(find src/Symfony -mindepth 3 -type f -name composer.json -printf '%h\n') &&
203
mv composer.json composer.json.phpunit &&
204
mv composer.json.orig composer.json
205
fi
0 commit comments