File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66php 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 ' ;
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments