Skip to content

Commit 5f6cead

Browse files
committed
update composer.json
1 parent b3267f2 commit 5f6cead

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Tests/bootstrap.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66
php composer.phar install --dev
77
");
88
}
9+
10+
require_once __DIR__ . '/../vendor/maxromanovsky/php-maxmind-geoip/geoip.inc';
11+
require_once __DIR__ . '/../vendor/maxromanovsky/php-maxmind-geoip/geoipcity.inc';

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,18 @@
1111
}
1212
],
1313
"require": {
14-
"symfony/framework-bundle": ">=2.0,<2.4-dev",
14+
"symfony/framework-bundle": "~2.0",
1515
"willdurand/geocoder": "~1.0",
16-
"symfony/console": ">=2.0,<2.4-dev"
16+
"symfony/console": "~2.0"
1717
},
1818
"require-dev": {
19-
"symfony/yaml": ">=2.0,<2.4-dev",
19+
"symfony/yaml": "~2.0",
2020
"maxromanovsky/php-maxmind-geoip": "~1.12"
2121
},
2222
"autoload": {
2323
"psr-0": { "Bazinga\\Bundle\\GeocoderBundle": "" }
2424
},
2525
"target-dir": "Bazinga/Bundle/GeocoderBundle",
26-
"minimum-stability": "dev",
2726
"extra": {
2827
"branch-alias": {
2928
"dev-master": "1.2.x-dev"

0 commit comments

Comments
 (0)