Fix for Phar path issue

This commit is contained in:
Gregory Oschwald 2014-05-09 15:07:21 -07:00
parent d61ddda4ef
commit 4e92cd0254
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{
"alias": "geoip2.phar",
"main": "phar-stub.php",
"output": "geoip2.phar",
"compactors": [

View File

@ -1,6 +1,6 @@
<?php
require_once 'vendor/autoload.php';
require_once 'phar://geoip2.phar/vendor/autoload.php';
// The following was taken from Guzzle (MIT license)