30 lines
742 B
JSON
30 lines
742 B
JSON
{
|
|
"name": "eiswurm/nossenerland-import-bundle",
|
|
"description": "Nossener Land event import bundle for Contao 5.7.",
|
|
"type": "contao-bundle",
|
|
"license": "proprietary",
|
|
"require": {
|
|
"php": "^8.4",
|
|
"contao/core-bundle": "^5.7",
|
|
"contao/calendar-bundle": "^5.7",
|
|
"contao/manager-plugin": "^2.0",
|
|
"symfony/http-client": "^7.3",
|
|
"symfony/string": "^7.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Eiswurm\\NossenerlandImportBundle\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"contao-manager-plugin": "Eiswurm\\NossenerlandImportBundle\\Contao\\Manager\\Plugin"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"contao-components/installer": true,
|
|
"contao/manager-plugin": true
|
|
}
|
|
},
|
|
"prefer-stable": true
|
|
}
|