We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6e2d7 commit 05c3c81Copy full SHA for 05c3c81
link
@@ -57,3 +57,7 @@ foreach (glob("$argv[1]/vendor/symfony/*", GLOB_ONLYDIR | GLOB_NOSORT) as $dir)
57
$filesystem->symlink($sfDir, $dir);
58
echo "\"$package\" has been linked to \"$sfPackages[$package]\".".PHP_EOL;
59
}
60
+
61
+foreach (glob("$argv[1]/var/cache/*") as $cacheDir) {
62
+ $filesystem->remove($cacheDir);
63
+}
0 commit comments