forked from krixer/OhGoogleMapFormTypeBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 1.03 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
{
"name": "chamilo/google-map-form-type-bundle",
"type": "symfony-bundle",
"description": "Set latitude, longitude and address values on a form using Google Maps",
"keywords": ["google maps", "symfony", "form"],
"homepage": "https://github.com/chamilo/OhGoogleMapFormTypeBundle",
"license": "MIT",
"authors": [
{
"name": "Ollie Harridge",
"email": "[email protected]"
},
{
"name": "Webber",
"email": "[email protected]"
},
{
"name": "Hector Escriche",
"email": "[email protected]"
}
],
"require": {
"php": "^5.4 || ^7.0 || ^8.0",
"symfony/event-dispatcher": "~3.4|~4.0|~5.0|~6.0|~7.0",
"symfony/form": "~3.4|~4.0|~5.0|~6.0|~7.0",
"symfony/asset": "~3.4|~4.0|~5.0|~6.0|~7.0"
},
"replace": {
"oh/google-map-form-type-bundle":"1.*"
},
"autoload": {
"psr-4": { "Oh\\GoogleMapFormTypeBundle\\": "" }
}
}