forked from tetranz/select2entity-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 913 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": "tetranz/select2entity-bundle",
"type": "symfony-bundle",
"description": "A Symfony bundle that integrates Select2 as a drop-in replacement for a standard entity field on a Symfony form.",
"keywords": ["symfony","select2", "typeahead","autocomplete"],
"license": "MIT",
"authors": [
{
"name": "Ross Keatinge",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1.3",
"doctrine/orm": ">=2.4",
"twig/twig": ">=2.9",
"symfony/property-access": ">=4.0",
"symfony/dependency-injection": ">=4.0",
"symfony/http-kernel": ">=4.0",
"symfony/form": ">=4.0",
"symfony/config": ">=4.0",
"symfony/routing": ">=4.0"
},
"autoload": {
"psr-4": { "Tetranz\\Select2EntityBundle\\": "" }
},
"extra": {
"branch-alias": {
}
}
}