fixed "link" to Contracts packages

This commit is contained in:
Yonel Ceruto 2019-09-13 12:36:19 -04:00
parent 828e5a4ae3
commit 3470f5bbf2
1 changed files with 1 additions and 1 deletions

2
link
View File

@ -35,7 +35,7 @@ if (!is_dir("$pathToProject/vendor/symfony")) {
$sfPackages = array('symfony/symfony' => __DIR__);
$filesystem = new Filesystem();
$braces = array('Bundle', 'Bridge', 'Component', 'Component/Security');
$braces = array('Bundle', 'Bridge', 'Component', 'Component/Security', 'Contracts');
$directories = array_merge(...array_values(array_map(function ($part) {
return glob(__DIR__.'/src/Symfony/'.$part.'/*', GLOB_ONLYDIR | GLOB_NOSORT);
}, $braces)));