Skip to content

Commit 2a2bb66

Browse files
committed
Add new packages on the link script
1 parent 4103a6e commit 2a2bb66

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
@@ -38,7 +38,7 @@ if (!is_dir("$pathToProject/vendor/symfony")) {
3838
$sfPackages = array('symfony/symfony' => __DIR__);
3939

4040
$filesystem = new Filesystem();
41-
$braces = array('Bundle', 'Bridge', 'Component', 'Component/Security', 'Contracts');
41+
$braces = array('Bundle', 'Bridge', 'Component', 'Component/Security', 'Component/Mailer/Bridge', 'Component/Messenger/Bridge', 'Component/Notifier/Bridge', 'Contracts');
4242
$directories = array_merge(...array_values(array_map(function ($part) {
4343
return glob(__DIR__.'/src/Symfony/'.$part.'/*', GLOB_ONLYDIR | GLOB_NOSORT);
4444
}, $braces)));

0 commit comments

Comments
 (0)