Files
newssubmission-bundle/composer.json
T
2026-03-08 18:01:52 +01:00

30 lines
732 B
JSON

{
"name": "mummert/newssubmission-bundle",
"description": "Frontend news submission bundle for Contao 5.7.",
"type": "contao-bundle",
"license": "proprietary",
"require": {
"php": "^8.4",
"contao/core-bundle": "^5.7",
"contao/news-bundle": "5.7.*",
"contao/manager-plugin": "^2.0",
"numero2/contao-tags": "^0.5",
"symfony/html-sanitizer": "^7.0"
},
"autoload": {
"psr-4": {
"Mummert\\NewsSubmissionBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Mummert\\NewsSubmissionBundle\\Contao\\Manager\\Plugin"
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"contao/manager-plugin": true
}
},
"prefer-stable": true
}