forked from PUGX/PUGXAutoCompleterBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (29 loc) · 805 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
{
"name": "vocjunior/autocompleter-bundle",
"type": "symfony-bundle",
"description": "Add an autocomplete type to forms",
"keywords": ["symfony2 form field"],
"license": "LGPL-3.0+",
"authors": [
{
"name": "Massimiliano Arione",
"email": "[email protected]"
},
{
"name": "Contributors",
"homepage": "https://github.com/vocjunior/PUGXAutoCompleterBundle/graphs/contributors"
}
],
"require": {
"doctrine/orm": ">2.2",
"symfony/framework-bundle": "~2.3",
"symfony/form": "~2.3"
},
"require-dev":{
"phpunit/phpunit": "4.*"
},
"autoload": {
"psr-0": { "PUGX\\AutocompleterBundle": "" }
},
"target-dir": "PUGX/AutocompleterBundle"
}