aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
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 }