We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ff99a commit af4d50bCopy full SHA for af4d50b
composer.json
@@ -13,7 +13,7 @@
13
"type": "composer-plugin",
14
"license": "GPL-2.0",
15
"require": {
16
- "composer-plugin-api": "^1.0"
+ "composer-plugin-api": "^1.1.0 || ^2.0"
17
},
18
"require-dev": {
19
"composer/composer": "^1.0",
src/Composer/Plugin.php
@@ -152,4 +152,16 @@ protected function isDrupalPackage($package)
152
}
153
return false;
154
155
+
156
+ /**
157
+ * {@inheritDoc}
158
+ */
159
+ public function deactivate(Composer $composer, IOInterface $io) {
160
+ }
161
162
163
164
165
+ public function uninstall(Composer $composer, IOInterface $io) {
166
167
0 commit comments