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.
link
1 parent 7292e1a commit 7e305ccCopy full SHA for 7e305cc
link
@@ -38,7 +38,7 @@ if (!is_dir("$pathToProject/vendor/symfony")) {
38
$sfPackages = array();
39
40
$filesystem = new Filesystem();
41
-$directories = glob(__DIR__.'/src/*', GLOB_ONLYDIR | GLOB_NOSORT);
+$directories = [...glob(__DIR__.'/src/*', GLOB_ONLYDIR | GLOB_NOSORT), ...glob(__DIR__.'/src/*/src/Bridge/*', GLOB_ONLYDIR | GLOB_NOSORT)];
42
43
foreach ($directories as $dir) {
44
if ($filesystem->exists($composer = "$dir/composer.json")) {
0 commit comments