Files
survey-bundle/composer.json
T
2026-05-29 10:19:19 +02:00

33 lines
834 B
JSON

{
"name": "mummert/survey-bundle",
"description": "Modernes Survey-Bundle für Contao 5.7 mit Symfony-Frontend.",
"type": "contao-bundle",
"license": "proprietary",
"require": {
"php": "^8.3",
"contao/core-bundle": "^5.7",
"contao/manager-plugin": "^2.0",
"phpoffice/phpspreadsheet": "^5.7",
"symfony/form": "^7.3",
"symfony/http-client": "^7.3",
"symfony/mime": "^7.3",
"symfony/security-bundle": "^7.3",
"symfony/uid": "^7.3",
"twig/twig": "^3.0"
},
"autoload": {
"psr-4": {
"Mummert\\SurveyBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "Mummert\\SurveyBundle\\Contao\\Manager\\Plugin"
},
"prefer-stable": true,
"config": {
"allow-plugins": {
"contao-components/installer": true,
"contao/manager-plugin": true
}
}
}