30 lines
810 B
JSON
30 lines
810 B
JSON
{
|
|
"name": "mummert/ks-nossenerland-bundle",
|
|
"description": "Contao bundle for Kirchspiel Nossener Land integrations and event export.",
|
|
"type": "contao-bundle",
|
|
"license": "proprietary",
|
|
"require": {
|
|
"php": "^8.4",
|
|
"contao/core-bundle": "^5.7",
|
|
"contao/calendar-bundle": "5.7.*",
|
|
"contao/manager-plugin": "^2.0",
|
|
"guzzlehttp/guzzle": "^7.10",
|
|
"alnv/catalog-manager-bundle": "^4.0",
|
|
"janborg/contao-ical-bundle": "^0.5.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Mummert\\KsNossenerlandBundle\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"contao-manager-plugin": "Mummert\\KsNossenerlandBundle\\Contao\\Manager\\Plugin"
|
|
},
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"allow-plugins": {
|
|
"contao-components/installer": true,
|
|
"contao/manager-plugin": true
|
|
}
|
|
}
|
|
} |