diff options
author | Jeremy <jeremy.benoist@gmail.com> | 2015-02-02 07:48:13 +0100 |
---|---|---|
committer | Jeremy <jeremy.benoist@gmail.com> | 2015-02-02 07:48:16 +0100 |
commit | c5772d118fec5d5b0504c08266abcfaa21228119 (patch) | |
tree | ae0d211580922d0f274a570c2df1008be4132d6a /composer.json | |
parent | 2e45e7bebcdf4e3d990f965bf04a9051343168a4 (diff) | |
download | wallabag-c5772d118fec5d5b0504c08266abcfaa21228119.tar.gz wallabag-c5772d118fec5d5b0504c08266abcfaa21228119.tar.zst wallabag-c5772d118fec5d5b0504c08266abcfaa21228119.zip |
Installation should be launch manually
Also upadte readme for v2 and define a test database (for the future)
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 2b22d6bd..8771ea90 100644 --- a/composer.json +++ b/composer.json | |||
@@ -92,8 +92,7 @@ | |||
92 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | 92 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
93 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | 93 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
94 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | 94 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", |
95 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", | 95 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" |
96 | "app/console wallabag:install --no-interaction" | ||
97 | ], | 96 | ], |
98 | "post-update-cmd": [ | 97 | "post-update-cmd": [ |
99 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | 98 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
@@ -112,7 +111,7 @@ | |||
112 | } | 111 | } |
113 | }, | 112 | }, |
114 | "autoload": { | 113 | "autoload": { |
115 | "psr-0": { "": "src/", "SymfonyStandard": "app/" } | 114 | "psr-0": { "": "src/" } |
116 | }, | 115 | }, |
117 | "config": { | 116 | "config": { |
118 | "bin-dir": "bin" | 117 | "bin-dir": "bin" |