Feat: Add extension to save form entries to database

This commit is contained in:
Björn Fromme
2023-06-13 14:56:36 +02:00
parent f6e8616783
commit 96ee9aba9d
2 changed files with 54 additions and 1 deletions
Generated
+53 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b457eee79cbbbfb32ed17eb0ddc2cf48",
"content-hash": "d3b9d1ecae0f9aa2900ec2eab5d072c1",
"packages": [
{
"name": "b13/container",
@@ -868,6 +868,58 @@
},
"time": "2023-01-07T16:09:17+00:00"
},
{
"name": "frappant/frp-form-answers",
"version": "3.1.2",
"source": {
"type": "git",
"url": "https://github.com/frappant/frp_form_answers.git",
"reference": "890e4197995bdfa90994a01adc24f1aa2491c4e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/frappant/frp_form_answers/zipball/890e4197995bdfa90994a01adc24f1aa2491c4e9",
"reference": "890e4197995bdfa90994a01adc24f1aa2491c4e9",
"shasum": ""
},
"require": {
"typo3/cms-core": "^10.4"
},
"require-dev": {
"mikey179/vfsstream": "~1.6.0",
"nimut/testing-framework": "^1.1",
"phplint/phplint": "^0.0.1",
"phpunit/phpunit": "^5.6"
},
"type": "typo3-cms-extension",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
},
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/web"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "Resources/Private/Vendors/SimpleCache/src/",
"Frappant\\FrpFormAnswers\\": "Classes",
"PhpOffice\\PhpSpreadsheet\\": "Resources/Private/Vendors/PhpSpreadsheet/src/PhpSpreadsheet"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"description": "Adds the possibility, as a finisher, to save and export the form entries from customers.",
"homepage": "https://frappant.ch",
"support": {
"issues": "https://github.com/frappant/frp_form_answers/issues",
"source": "https://github.com/frappant/frp_form_answers/tree/3.1.2"
},
"time": "2023-02-21T07:23:05+00:00"
},
{
"name": "georgringer/news",
"version": "8.6.0",