diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/composer.json b/composer.json index 4018cd51..cce26702 100644 --- a/composer.json +++ b/composer.json | |||
@@ -69,29 +69,22 @@ | |||
69 | "phpunit/phpunit": "~4.4", | 69 | "phpunit/phpunit": "~4.4", |
70 | "symfony/phpunit-bridge": "~2.7" | 70 | "symfony/phpunit-bridge": "~2.7" |
71 | }, | 71 | }, |
72 | "repositories": [ | ||
73 | { | ||
74 | "type": "vcs", | ||
75 | "url": "https://github.com/wallabag/phpMobi" | ||
76 | } | ||
77 | ], | ||
78 | "scripts": { | 72 | "scripts": { |
79 | "post-install-cmd": [ | 73 | "build-parameters": [ |
80 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | 74 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" |
81 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | ||
82 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | ||
83 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | ||
84 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" | ||
85 | ], | 75 | ], |
86 | "post-update-cmd": [ | 76 | "post-cmd": [ |
87 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | 77 | "@build-parameters", |
88 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | 78 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
89 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | 79 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
90 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | 80 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", |
91 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" | 81 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" |
92 | ], | 82 | ], |
93 | "build-parameters": [ | 83 | "post-install-cmd": [ |
94 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" | 84 | "@post-cmd" |
85 | ], | ||
86 | "post-update-cmd": [ | ||
87 | "@post-cmd" | ||
95 | ] | 88 | ] |
96 | }, | 89 | }, |
97 | "extra": { | 90 | "extra": { |