feat: add Contao 5.7 pinboard bundle
This commit is contained in:
18
composer.json
Normal file
18
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user