Initial survey bundle import
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "mummert/survey-bundle",
|
||||
"description": "Modernes Survey-Bundle fuer 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user