forked from Rentberry/MapsUtils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1014 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
32
33
34
35
36
37
{
"name": "rentberry/maps-utils",
"description": "Rentberry maps utils.",
"keywords": ["maps", "utils"],
"homepage": "https://github.com/Rentberry/MapsUtils",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Denis Golubovskiy",
"email": "[email protected]",
"role": "Creator"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/Rentberry/MapsUtils/issues"
},
"require": {
"php": ">=7.1.0",
"psr/log": "^1.0",
"psr/log-implementation": "^1.0",
"guzzlehttp/guzzle": "^6.3"
},
"require-dev": {
"escapestudios/symfony2-coding-standard": "^3.0",
"slevomat/coding-standard": "^4.0",
"friendsofphp/php-cs-fixer": "^2.3",
"monolog/monolog": "^1.23",
"psr/simple-cache": "^1.0"
},
"autoload": {
"psr-4": {
"Rentberry\\MapsUtils\\": "src/"
}
}
}