We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3776ee7 commit 6a8a65dCopy full SHA for 6a8a65d
composer.json
@@ -12,20 +12,21 @@
12
],
13
"require": {
14
"symfony/framework-bundle": "~2.0",
15
- "willdurand/geocoder": "~1.0",
+ "willdurand/geocoder": "~2.3",
16
"symfony/console": "~2.0"
17
},
18
"require-dev": {
19
"symfony/yaml": "~2.0",
20
- "maxromanovsky/php-maxmind-geoip": "~1.12"
+ "maxromanovsky/php-maxmind-geoip": "~1.12",
21
+ "doctrine/cache": "~1.3"
22
23
"autoload": {
24
"psr-0": { "Bazinga\\Bundle\\GeocoderBundle": "" }
25
26
"target-dir": "Bazinga/Bundle/GeocoderBundle",
27
"extra": {
28
"branch-alias": {
- "dev-master": "1.5-dev"
29
+ "dev-master": "2.0-dev"
30
}
31
32
0 commit comments