From ff5be550eb9c3d84278321335783d8e35abe2735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20G=C3=B6tzinger?= Date: Wed, 14 Feb 2018 09:41:11 +0100 Subject: [PATCH] runonce integriert --- composer.json | 5 ++++- .../{config/runonce.php => runonce/create-initial-data.php} | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename src/Resources/contao/{config/runonce.php => runonce/create-initial-data.php} (100%) 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