27 lines
626 B
JSON
27 lines
626 B
JSON
{
|
|
"name": "mummert/limited-downloads-bundle",
|
|
"description": "Timed download links for Contao 5.7 forms.",
|
|
"type": "contao-bundle",
|
|
"license": "proprietary",
|
|
"require": {
|
|
"php": "^8.3",
|
|
"contao/core-bundle": "^5.7",
|
|
"contao/manager-plugin": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Eiswurm\\LimitedDownloadsBundle\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"contao-manager-plugin": "Eiswurm\\LimitedDownloadsBundle\\Contao\\Manager\\Plugin"
|
|
},
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"allow-plugins": {
|
|
"contao-components/installer": true,
|
|
"contao/manager-plugin": true
|
|
}
|
|
}
|
|
}
|