Skip to content
Snippets Groups Projects
Commit a62a114d authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix class conflict

parent dcbf560b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@
namespace LakeDrops\Drupal8Theme\SASS;
use Composer\Plugin\Capability\CommandProvider;
use Composer\Script\Event;
use Composer\Script\ScriptEvents;
use Exception;
......@@ -25,7 +24,7 @@ class Plugin extends BasePlugin {
*/
public function getCapabilities(): array {
return [
CommandProvider::class => CommandProvider::class,
\Composer\Plugin\Capability\CommandProvider::class => CommandProvider::class,
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment