diff --git a/composer.json b/composer.json index 7b200fa1..779bf5be 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ "b13/container": "^1.3", "christophlehmann/imageoptimizer": "^3.0", "fluidtypo3/vhs": "^6.0", + "frappant/frp-form-answers": "^3.1", "georgringer/news": "^8.5", "gridelementsteam/gridelements": "^10.0", "helhum/typo3-console": "^6.4", diff --git a/composer.lock b/composer.lock index 73e812fd..6d0fceae 100644 --- a/composer.lock +++ b/composer.lock @@ -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",