20 lines
510 B
JSON
20 lines
510 B
JSON
{
|
|
"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",
|
|
"contao/manager-plugin": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webfarben\\DummyCopier\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"contao-manager-plugin": "Webfarben\\DummyCopier\\ContaoManager\\Plugin"
|
|
}
|
|
}
|