-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 901 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
{
"name": "dotcommerce/fastentitybundle",
"type": "symfony-bundle",
"description": "Fast entity bundle for Symfony 2, used to generate dropdowns from entities faster than the default 'entity' formtype",
"keywords": ["symfony2", "thedevilonline", "entity", "drowndown", "fast"],
"homepage": "https://github.com/TheDevilOnLine/Symfony-FastEntityBundle",
"license": "MIT",
"require": {
"php": ">=5.3.0",
"symfony/framework-bundle": "2.*,<2.3"
},
"autoload": {
"psr-0": {
"DotCommerce\\FastEntityBundle": ""
}
},
"target-dir": "DotCommerce/FastEntityBundle",
"authors": [
{
"name": "DotCommerce",
"homepage": "http://www.dotcommerce.nl"
},
{
"name": "Tom (TheDevilOnLine) Maaswinkel",
"homepage": "http://12wiki.blogspot.com/"
}
]
}