forked from Josiah/JJsGeonamesBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 803 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
{
"name": "jjs/geonames-bundle",
"description": "GeoNames.org geographical data and associated functionality",
"keywords": ["GeoNames.org", "geographical", "countries", "database"],
"license": "MIT",
"authors": [
{
"name": "Josiah",
"email": "[email protected]"
}
],
"autoload": {
"psr-0": {"JJs\\Bundle\\GeonamesBundle": ""}
},
"target-dir": "JJs/Bundle/GeonamesBundle",
"minimum-stability": "dev",
"require": {
"php": "~5.4",
"guzzle/http": "~3.5",
"jjs/common": "*",
"symfony/framework-bundle": "~2.1"
},
"require-dev": {
"symfony/console": "~2.1",
"symfony/dom-crawler": "~2.1",
"symfony/css-selector": "~2.2",
"jms/cg": "~1.0"
}
}