forked from Cethy/GooglePlaceAutocompleteBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1.34 KB
/
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": "cethyworks/google-place-autocomplete-bundle",
"license": "MIT",
"description": "Provides a Google Place Autocomplete Type, the most minimalist, unobtrusive way possible.",
"type": "symfony-bundle",
"require": {
"php": "^7.1.3",
"cethyworks/content-injector-bundle": "^3.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.2|^5.0",
"symfony/config": "^3.4|~4.2|^5.0",
"twig/twig": "^1.0||^2.0|^5.0",
"symfony/form": "^3.4|^4.2|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"symfony/http-foundation": "^3.4|^4.2|^5.0",
"symfony/event-dispatcher": "^3.4|^4.2|^5.0",
"symfony/http-kernel": "^3.4|^4.2|^5.0",
"symfony/framework-bundle": "^3.4|~4.0|^5.0",
"symfony/twig-bundle": "^3.4|^4.2|^5.0",
"symfony/translation": "^3.4|^4.2|^5.0",
"symfony/validator": "^3.4|^4.2|^5.0",
"symfony/asset": "^3.4|^4.2|^5.0",
"symfony/templating": "^3.4|^4.2|^5.0"
},
"authors": [
{
"name": "Charles-Elie",
"email": "charles-elie@cethyworks.com"
}
],
"autoload": {
"psr-4": { "Cethyworks\\GooglePlaceAutocompleteBundle\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Cethyworks\\GooglePlaceAutocompleteBundle\\Tests\\": "tests/" }
}
}