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 1313 "class" : " Drupal\\ Console\\ Composer\\ Plugin\\ Extender"
1414 },
1515 "require" : {
16- "composer-plugin-api" : " ^1.0" ,
16+ "composer-plugin-api" : " ^1.0 || ^2.0 " ,
1717 "composer/installers" : " ^1.2" ,
1818 "symfony/yaml" : " ~3.0|^4.4" ,
1919 "symfony/finder" : " ~3.0|^4.4"
Original file line number Diff line number Diff line change @@ -160,4 +160,20 @@ protected function removeCacheFiles($directory)
160160 $ this ->io ->write ('<info>Cache file can not be deleted</info> ' );
161161 }
162162 }
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+ }
163179}
You can’t perform that action at this time.
0 commit comments