20 lines
454 B
JSON
20 lines
454 B
JSON
{
|
|
"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",
|
|
"contao/manager-plugin": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Eiswurm\\ContaoPinboardBundle\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"contao-manager-plugin": "Eiswurm\\ContaoPinboardBundle\\ContaoManager\\Plugin"
|
|
}
|
|
}
|