Initial bundle implementation
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "gymnasium-nossen/gymnasium-nossen-bundle",
|
||||
"description": "Contao frontend module with date-range filtered upcoming events for members.",
|
||||
"type": "contao-bundle",
|
||||
"license": "proprietary",
|
||||
"require": {
|
||||
"php": "^8.4",
|
||||
"contao/core-bundle": "^5.7",
|
||||
"contao/calendar-bundle": "^5.7",
|
||||
"dompdf/dompdf": "^3.1",
|
||||
"contao/manager-plugin": "^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"GymnasiumNossenBundle\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"contao-manager-plugin": "GymnasiumNossenBundle\\Contao\\Manager\\Plugin"
|
||||
},
|
||||
"prefer-stable": true
|
||||
}
|
||||
Reference in New Issue
Block a user