forked from rdohms/dms-filter-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (33 loc) · 887 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
35
36
37
38
{
"name": "dantoncancella/dms-filter-bundle",
"type": "symfony-bundle",
"description": "DMS Filter Bundle, makes Annotation based entity filtering available in Symfony",
"keywords": ["filter", "dms", "symfony", "bundle"],
"homepage": "https://github.com/rdohms/dms-filter-bundle",
"license": "MIT",
"authors": [
{
"name": "Rafael Dohms",
"homepage": "http://doh.ms"
}
],
"require": {
"php": ">=5.3.2",
"dantoncancella/dms-filter": "~2"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dantoncancella/dms-filter"
}
],
"require-dev": {
"phpunit/phpunit": "~3.7",
"symfony/symfony": ">=2.3.0"
},
"autoload": {
"psr-0": {
"DMS": "src"
}
}
}