Skip to content

Commit 3470f5b

Browse files
committed
fixed "link" to Contracts packages
1 parent 828e5a4 commit 3470f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

link

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if (!is_dir("$pathToProject/vendor/symfony")) {
3535
$sfPackages = array('symfony/symfony' => __DIR__);
3636

3737
$filesystem = new Filesystem();
38-
$braces = array('Bundle', 'Bridge', 'Component', 'Component/Security');
38+
$braces = array('Bundle', 'Bridge', 'Component', 'Component/Security', 'Contracts');
3939
$directories = array_merge(...array_values(array_map(function ($part) {
4040
return glob(__DIR__.'/src/Symfony/'.$part.'/*', GLOB_ONLYDIR | GLOB_NOSORT);
4141
}, $braces)));

0 commit comments

Comments
 (0)