-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1.03 KB
/
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
35
36
37
{
"name": "polytype/designer",
"description": "Polytype Designer",
"homepage": "https://github.com/polytype/designer",
"keywords": ["polytype", "codelists", "valuesets", "dynamic", "linkorb"],
"type": "application",
"authors": [
{
"name": "LinkORB",
"email": "[email protected]",
"role": "Development"
}
],
"require": {
"silex/silex": "2.0.*@dev",
"symfony/yaml": "~2.6",
"symfony/config": "~2.6",
"symfony/security": "~2.6",
"symfony/console": "~2.6",
"symfony/form": "~2.7",
"symfony/translation": "~2.7",
"twig/twig": ">=1.8,<2.0-dev",
"symfony/twig-bridge": "~2.7",
"userbase/client": "~0.0"
},
"require-dev": {
"dbtk/schema-loader": "~1.0",
"linkorb/database-manager": "dev-master",
"nelmio/alice": "dev-master",
"linkorb/haigha": "~1.0"
},
"autoload": {
"psr-4": {
"Polytype\\Designer\\": "src/"
}
}
}