form_file_collection/Tests/Fixtures/form_file_collection_example/composer.json
Daniel Siepmann e635b66d36
Initialize project (#1)
Provide first implementation with basic setup.
2023-07-03 10:08:33 +02:00

17 lines
442 B
JSON

{
"name": "werkraummedia/form-file-collection-example",
"description": "Example usage of form file collection",
"type": "typo3-cms-extension",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "*",
"typo3/cms-form": "*",
"werkraummedia/form-file-collection": "*"
},
"extra": {
"typo3/cms": {
"extension-key": "form_file_collection_example"
}
}
}