From 3470f5bbf244e8ce847ff0988f12e376e448bf3b Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Fri, 13 Sep 2019 12:36:19 -0400 Subject: [PATCH] fixed "link" to Contracts packages --- link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)));