-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 860 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
{
"name": "wxr/geo-bundle",
"type": "symfony-bundle",
"description": "Symfony WXRGeoBundle",
"keywords": [ "geo", "country", "region", "city", "address", "address" ],
"license": "MIT",
"authors": [
{
"name": "Lionel Gaillard",
"email": "lionel.gaillard@wxrstudios.com",
"homepage": "http://wxrstudios.com"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.1",
"jms/serializer-bundle": "0.*",
"sonata-project/easy-extends-bundle": "*",
"wxr/common-bundle": "*"
},
"autoload": {
"psr-0": {
"WXR\\GeoBundle": ""
}
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"target-dir": "WXR/GeoBundle"
}