Initial: Webfarben DummyCopier Bundle
This commit is contained in:
18
composer.json
Normal file
18
composer.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "webfarben/contao-dummy-copier",
|
||||
"description": "Contao backend module to clone dummy pages, content elements, modules and rewire references.",
|
||||
"type": "contao-bundle",
|
||||
"license": "proprietary",
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"contao/core-bundle": "^4.13 || ^5.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Webfarben\\DummyCopier\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"contao-manager-plugin": "Webfarben\\DummyCopier\\ContaoManager\\Plugin"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user