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 cdec40d commit 46cb272Copy full SHA for 46cb272
composer.json
@@ -13,7 +13,7 @@
13
"license": "MIT",
14
"require": {
15
"php": "^5.6 || ^7.0 || ^8.0",
16
- "composer-plugin-api": "^1.0"
+ "composer-plugin-api": "^1.0 || ^2.0"
17
},
18
"require-dev": {
19
"composer/composer": "^1.0 || ^2.0",
src/Plugin.php
@@ -25,4 +25,18 @@ public function getCapabilities()
25
'Composer\Plugin\Capability\CommandProvider' => 'Bamarni\Composer\Bin\CommandProvider',
26
];
27
}
28
+
29
+ /**
30
+ * {@inheritDoc}
31
+ */
32
+ public function deactivate(Composer $composer, IOInterface $io)
33
+ {
34
+ }
35
36
37
38
39
+ public function uninstall(Composer $composer, IOInterface $io)
40
41
42
0 commit comments