diff --git a/ContaoManager/Plugin.php b/ContaoManager/Plugin.php new file mode 100644 index 0000000..a534e32 --- /dev/null +++ b/ContaoManager/Plugin.php @@ -0,0 +1,23 @@ +setLoadAfter([ContaoCoreBundle::class]), + ]; + } +} diff --git a/composer.json b/composer.json index beec708..f5ddef9 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,13 @@ } ], "require-dev": { + "contao/manager-plugin": "^2.0", "phpunit/phpunit": "^5.4" + }, + "conflict": { + "contao/manager-plugin": "<2.0 || >=3.0" + }, + "extra": { + "contao-manager-plugin": "Fuzzyma\\Contao\\DatabaseCommandsBundle\\ContaoManager\\Plugin" } }