forked from stoyannedev/yii2-google-maps-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.15 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
39
40
41
42
43
44
45
46
47
48
{
"name": "martingold/yii2-google-maps-library",
"description": "Google Maps API library for Yii2.",
"keywords": [
"yii",
"extension",
"library",
"google",
"maps"
],
"type": "yii-extension",
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "2amigos",
"email": "[email protected]",
"homepage": "http://2amigos.us"
},
{
"name": "Antonio Ramirez",
"email": "[email protected]",
"homepage": "https://2amigos.us"
}
],
"require": {
"ext-json": "*",
"yiisoft/yii2": ">=2.0.13",
"guzzlehttp/guzzle": "6.* || 7.*",
"ext-SimpleXML": "^7.2 || ^8.0"
},
"replace": {
"2amigos/yii2-google-maps-library": "self.version"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.10@dev",
"roave/security-advisories": "dev-master"
},
"autoload": {
"psr-4": {
"dosamigos\\google\\maps\\": ""
}
},
"config": {
"sort-packages": true
}
}