when make is gone, composer should use symfony console command (#216)

This commit is contained in:
Maximilian Berghoff
2017-10-17 07:04:17 -07:00
committed by Symfony
parent 82e8cf1a6d
commit aa946a3a89
+1 -1
View File
@@ -8,7 +8,7 @@
"src/": "%SRC_DIR%/"
},
"composer-scripts": {
"make cache-warmup": "script",
"cache:clear": "symfony-cmd",
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
},
"env": {