feat: add Contao 5.7 pinboard bundle

This commit is contained in:
Jürgen Mummert
2026-03-04 15:44:07 +01:00
commit 47b5199c54
15 changed files with 619 additions and 0 deletions

18
composer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "eiswurm/contao-pinboard-bundle",
"description": "Pinboard bundle for Contao 5.7",
"type": "contao-bundle",
"license": "proprietary",
"require": {
"php": "^8.4",
"contao/core-bundle": "^5.7"
},
"autoload": {
"psr-4": {
"Eiswurm\\ContaoPinboardBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Eiswurm\\ContaoPinboardBundle\\ContaoManager\\Plugin"
}
}