forked from sulu/SuluFormBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 815 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
26
27
28
29
30
31
32
{
"name": "sulu/sulu-form-bundle",
"description": "Bundle for handling Symfony forms in Sulu templates.",
"type": "sulu-bundle",
"require": {
"php": "^5.5 || ^7.0",
"sulu/sulu": "~1.3 || dev-develop"
},
"keywords": [
"sulu",
"form",
"form manager",
"dynamic"
],
"license": "MIT",
"authors": [
{
"name": "Alexander Schranz",
"homepage": "https://alexanderschranz.com"
},
{
"name": "Sulu Community",
"homepage": "https://github.com/sulu/SuluCommunityBundle/contributors"
}
],
"homepage": "https://github.com/alexander-schranz/sulu-form-bundle",
"autoload": {
"psr-4": {
"Sulu\\Bundle\\FormBundle\\": ""
}
}
}