forked from dachcom-digital/pimcore-formbuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·32 lines (30 loc) · 785 Bytes
/
composer.json
File metadata and controls
executable file
·32 lines (30 loc) · 785 Bytes
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
26
27
28
29
30
31
32
{
"name": "dachcom-digital/formbuilder",
"type": "pimcore-bundle",
"license": "GPL-3.0+",
"description": "Pimcore 5.x FormBuilder - create forms easily!",
"keywords": ["pimcore", "formbuilder"],
"homepage": "https://github.com/dachcom-digital/pimcore-formbuilder",
"authors": [
{
"name": "DACHCOM.DIGITAL Stefan Hagspiel",
"email": "shagspiel@dachcom.ch",
"homepage": "http://www.dachcom.com/",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"FormBuilderBundle\\": "src/"
}
},
"extra": {
"pimcore": {
"bundles": [
"FormBuilderBundle\\FormBuilderBundle"
]
}
},
"require": {
}
}