diff --git a/composer.json b/composer.json index c830d4d..8ba4ad3 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require":{ "php":">=7.0", "contao/core-bundle": "^4.4", - "cgo-it/xls-export-bundle": "^4.0", + "cgo-it/contao-xls_export-bundle": "^4.0", "richardhj/contao-simple-ajax": "^1.3" }, "require-dev": { @@ -46,6 +46,9 @@ ] }, "extra": { + "contao": { + "runonce": ["src/Resources/contao/runonce/create-initial-data.php"] + }, "contao-manager-plugin": "cgoIT\\rateit\\ContaoManagerPlugin" } } diff --git a/src/Resources/contao/config/runonce.php b/src/Resources/contao/runonce/create-initial-data.php similarity index 100% rename from src/Resources/contao/config/runonce.php rename to src/Resources/contao/runonce/create-initial-data.php