File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
php composer.phar install --dev
7
7
" );
8
8
}
9
+
10
+ require_once __DIR__ . '/../vendor/maxromanovsky/php-maxmind-geoip/geoip.inc ' ;
11
+ require_once __DIR__ . '/../vendor/maxromanovsky/php-maxmind-geoip/geoipcity.inc ' ;
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "symfony/framework-bundle" : " >= 2.0,<2.4-dev " ,
14
+ "symfony/framework-bundle" : " ~ 2.0" ,
15
15
"willdurand/geocoder" : " ~1.0" ,
16
- "symfony/console" : " >= 2.0,<2.4-dev "
16
+ "symfony/console" : " ~ 2.0"
17
17
},
18
18
"require-dev" : {
19
- "symfony/yaml" : " >= 2.0,<2.4-dev " ,
19
+ "symfony/yaml" : " ~ 2.0" ,
20
20
"maxromanovsky/php-maxmind-geoip" : " ~1.12"
21
21
},
22
22
"autoload" : {
23
23
"psr-0" : { "Bazinga\\ Bundle\\ GeocoderBundle" : " " }
24
24
},
25
25
"target-dir" : " Bazinga/Bundle/GeocoderBundle" ,
26
- "minimum-stability" : " dev" ,
27
26
"extra" : {
28
27
"branch-alias" : {
29
28
"dev-master" : " 1.2.x-dev"
You can’t perform that action at this time.
0 commit comments