forked from eliberty/FormElementTypeBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 935 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
33
34
{
"name": "eliberty/formelementtype-bundle",
"type": "symfony-bundle",
"description": "Extra form types for redpill",
"keywords": ["form", "extra form", "eliberty"],
"license": "proprietary",
"minimum-stability": "dev",
"authors": [
{
"name": "philippe vesin",
"email": "[email protected]"
},
{
"name": "Xavier LEMBO",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.3",
"symfony/config": ">=2.1.0||~3.0||~4.0",
"symfony/dependency-injection": "~2.1||~3.0||~4.0",
"symfony/http-kernel": "~2.1||~3.0||~4.0",
"justinrainbow/json-schema": "~1.6",
"twig/twig": "~2.0"
},
"extra": {
"branch-alias":{
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": { "Eliberty\\Bundle\\FormElementTypeBundle\\": "" }
}
}