aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-11-18 14:12:26 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-11-18 14:12:26 +0100
commit74216c7c74d965006ecd43085abb9a839f5b4bc3 (patch)
treee67031cdf4caf8f52d589900b27eb50fe3662fac /composer.json
parentb060fbdfe763bf4fa2b17d43bccc6751cefd0d2c (diff)
downloadwallabag-74216c7c74d965006ecd43085abb9a839f5b4bc3.tar.gz
wallabag-74216c7c74d965006ecd43085abb9a839f5b4bc3.tar.zst
wallabag-74216c7c74d965006ecd43085abb9a839f5b4bc3.zip
Install assets for shortcuts
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index fec34c56..6d7a7adf 100644
--- a/composer.json
+++ b/composer.json
@@ -99,6 +99,7 @@
99 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", 99 "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
100 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", 100 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
101 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", 101 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
102 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
102 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" 103 "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
103 ], 104 ],
104 "post-install-cmd": [ 105 "post-install-cmd": [
@@ -114,6 +115,7 @@
114 "symfony-var-dir": "var", 115 "symfony-var-dir": "var",
115 "symfony-web-dir": "web", 116 "symfony-web-dir": "web",
116 "symfony-tests-dir": "tests", 117 "symfony-tests-dir": "tests",
118 "symfony-assets-install": "symlink",
117 "incenteev-parameters": { 119 "incenteev-parameters": {
118 "file": "app/config/parameters.yml" 120 "file": "app/config/parameters.yml"
119 } 121 }