Skip to content

Commit 6a8a65d

Browse files
committed
Add doctrine/cache as dev requirement
1 parent 3776ee7 commit 6a8a65d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,21 @@
1212
],
1313
"require": {
1414
"symfony/framework-bundle": "~2.0",
15-
"willdurand/geocoder": "~1.0",
15+
"willdurand/geocoder": "~2.3",
1616
"symfony/console": "~2.0"
1717
},
1818
"require-dev": {
1919
"symfony/yaml": "~2.0",
20-
"maxromanovsky/php-maxmind-geoip": "~1.12"
20+
"maxromanovsky/php-maxmind-geoip": "~1.12",
21+
"doctrine/cache": "~1.3"
2122
},
2223
"autoload": {
2324
"psr-0": { "Bazinga\\Bundle\\GeocoderBundle": "" }
2425
},
2526
"target-dir": "Bazinga/Bundle/GeocoderBundle",
2627
"extra": {
2728
"branch-alias": {
28-
"dev-master": "1.5-dev"
29+
"dev-master": "2.0-dev"
2930
}
3031
}
3132
}

0 commit comments

Comments
 (0)