File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 13
13
"class" : " Drupal\\ Console\\ Composer\\ Plugin\\ Extender"
14
14
},
15
15
"require" : {
16
- "composer-plugin-api" : " ^1.0" ,
16
+ "composer-plugin-api" : " ^1.0 || ^2.0 " ,
17
17
"composer/installers" : " ^1.2" ,
18
18
"symfony/yaml" : " ~3.0|^4.4" ,
19
19
"symfony/finder" : " ~3.0|^4.4"
Original file line number Diff line number Diff line change @@ -160,4 +160,20 @@ protected function removeCacheFiles($directory)
160
160
$ this ->io ->write ('<info>Cache file can not be deleted</info> ' );
161
161
}
162
162
}
163
+
164
+ /**
165
+ * {@inheritdoc}
166
+ */
167
+ public function deactivate (Composer $ composer , IOInterface $ io )
168
+ {
169
+ // Nothing to deactivate.
170
+ }
171
+
172
+ /**
173
+ * {@inheritdoc}
174
+ */
175
+ public function uninstall (Composer $ composer , IOInterface $ io )
176
+ {
177
+ // Nothing to uninstall.
178
+ }
163
179
}
You can’t perform that action at this time.
0 commit comments