diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-04 21:44:58 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-04 21:44:58 +0200 |
commit | 1b1cb553be7f324a5adea0025e64be9dc57427b2 (patch) | |
tree | 42f83b47a77dbfbde2cd01336be26452b0a3a553 | |
parent | 837247dea48f94644cbc9589b0239265ce33d6f5 (diff) | |
download | wallabag-1b1cb553be7f324a5adea0025e64be9dc57427b2.tar.gz wallabag-1b1cb553be7f324a5adea0025e64be9dc57427b2.tar.zst wallabag-1b1cb553be7f324a5adea0025e64be9dc57427b2.zip |
Remove mouf/nodejs-installer from composer
-rw-r--r-- | composer.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 8220ed45..4f56162e 100644 --- a/composer.json +++ b/composer.json | |||
@@ -63,7 +63,6 @@ | |||
63 | "willdurand/hateoas-bundle": "~1.0", | 63 | "willdurand/hateoas-bundle": "~1.0", |
64 | "htmlawed/htmlawed": "~1.1.19", | 64 | "htmlawed/htmlawed": "~1.1.19", |
65 | "liip/theme-bundle": "~1.1", | 65 | "liip/theme-bundle": "~1.1", |
66 | "pagerfanta/pagerfanta": "~1.0.3", | ||
67 | "lexik/form-filter-bundle": "~5.0", | 66 | "lexik/form-filter-bundle": "~5.0", |
68 | "j0k3r/graby": "~1.0", | 67 | "j0k3r/graby": "~1.0", |
69 | "friendsofsymfony/user-bundle": "~2.0@dev", | 68 | "friendsofsymfony/user-bundle": "~2.0@dev", |
@@ -81,7 +80,6 @@ | |||
81 | "lexik/maintenance-bundle": "~2.1", | 80 | "lexik/maintenance-bundle": "~2.1", |
82 | "ocramius/proxy-manager": "1.*", | 81 | "ocramius/proxy-manager": "1.*", |
83 | "white-october/pagerfanta-bundle": "^1.0", | 82 | "white-october/pagerfanta-bundle": "^1.0", |
84 | "mouf/nodejs-installer": "~1.0", | ||
85 | "php-amqplib/rabbitmq-bundle": "^1.8", | 83 | "php-amqplib/rabbitmq-bundle": "^1.8", |
86 | "predis/predis": "^1.0", | 84 | "predis/predis": "^1.0", |
87 | "javibravo/simpleue": "^1.0" | 85 | "javibravo/simpleue": "^1.0" |
@@ -100,8 +98,7 @@ | |||
100 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | 98 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
101 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | 99 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
102 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | 100 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
103 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", | 101 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" |
104 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" | ||
105 | ], | 102 | ], |
106 | "post-install-cmd": [ | 103 | "post-install-cmd": [ |
107 | "@post-cmd" | 104 | "@post-cmd" |