-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 839 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 839 Bytes
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
{
"name": "fruitware/yandex-geocoder-bundle",
"license": "MIT",
"type": "symfony-bundle",
"description": "Symfony2 bundle for interactions with geo-coding Yandex.Maps",
"keywords": ["symfony", "bundle", "api", "yandex", "geo", "geocode", "geocoder", "maps"],
"require": {
"php": ">=5.3.9",
"yandex/geo": "^1.1.2",
"symfony/config": "^2.3.9 || ^3.0",
"symfony/dependency-injection": "^2.3.3 || ^3.0",
"symfony/http-kernel": "^2.3 || ^3.0"
},
"require-dev": {
"sllh/php-cs-fixer-styleci-bridge": "^2.0",
"symfony/phpunit-bridge": "^2.7 || ^3.0",
"phpunit/phpunit": "^4.8",
"symfony/yaml": "^2.3 || ^3.0"
},
"autoload": {
"psr-4": {"Fruitware\\YandexGeocoderBundle\\": ""},
"exclude-from-classmap": [
"Tests/"
]
},
"autoload-dev": {
"psr-4": {"Fruitware\\YandexGeocoderBundle\\Tests\\": "Tests/"}
}
}