Files
pinboard-bundle/composer.json
T
2026-04-01 12:48:53 +02:00

20 lines
447 B
JSON

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