Initial standalone bundle release (sanitized history)
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "mummert/ks-nossenerland-bundle",
|
||||
"description": "Contao bundle for Kirchspiel Nossener Land integrations and event export.",
|
||||
"type": "contao-bundle",
|
||||
"license": "proprietary",
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"contao/core-bundle": "^5.7",
|
||||
"contao/calendar-bundle": "5.7.*",
|
||||
"contao/manager-plugin": "^2.0",
|
||||
"guzzlehttp/guzzle": "^7.9",
|
||||
"alnv/catalog-manager-bundle": "^3.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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user