diff --git a/link b/link index 2b76a466c3..d839f8f807 100755 --- a/link +++ b/link @@ -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)));