Files
limited-downloads-bundle/composer.json
Jürgen Mummert d10c160ae9 Release
2026-03-06 21:25:18 +01:00

27 lines
626 B
JSON

{
"name": "eiswurm/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
}
}
}