forked from makinacorpus/autocomplete-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 871 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
{
"name" : "makinacorpus/autocomplete-bundle",
"type" : "symfony-bundle",
"description" : "Autocomplete upload widget and form type for Symfony",
"homepage" : "http://github.com/makinacorpus/autocomplete-bundle",
"license" : "GPL-2.0-or-later",
"authors" : [
{
"name" : "Pierre Rineau",
"email" : "[email protected]"
},
{
"name" : "Makina Corpus",
"homepage" : "http://makina-corpus.com"
}
],
"minimum-stability" : "dev",
"prefer-stable" : true,
"require": {
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/framework-bundle": "~2.3|~3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0"
},
"autoload": {
"psr-4": {
"MakinaCorpus\\AutocompleteBundle\\": ""
}
}
}