-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
25 lines (25 loc) · 821 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "tastaturberuf/contao-form-content-bundle",
"type": "contao-bundle",
"description": "With this Contao bundle you can easily show various content elements instead of the form itself after successful submitting it.",
"homepage": "https://github.com/Tastaturberuf/contao-form-content-bundle",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Tastaturberuf",
"homepage": "https://github.com/tastaturberuf"
}
],
"require": {
"php": "^7.2 || ^8.0",
"contao/core-bundle": "^4.9"
},
"extra": {
"contao-manager-plugin": "Tastaturberuf\\ContaoFormContentBundle\\ContaoManager\\Plugin"
},
"autoload": {
"psr-4": {
"Tastaturberuf\\ContaoFormContentBundle\\": "src/"
}
}
}