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 828e5a4 commit 3470f5bCopy full SHA for 3470f5b
1 file changed
link
@@ -35,7 +35,7 @@ if (!is_dir("$pathToProject/vendor/symfony")) {
35
$sfPackages = array('symfony/symfony' => __DIR__);
36
37
$filesystem = new Filesystem();
38
-$braces = array('Bundle', 'Bridge', 'Component', 'Component/Security');
+$braces = array('Bundle', 'Bridge', 'Component', 'Component/Security', 'Contracts');
39
$directories = array_merge(...array_values(array_map(function ($part) {
40
return glob(__DIR__.'/src/Symfony/'.$part.'/*', GLOB_ONLYDIR | GLOB_NOSORT);
41
}, $braces)));
0 commit comments