Fix for Phar path issue
This commit is contained in:
parent
d61ddda4ef
commit
4e92cd0254
1
box.json
1
box.json
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"alias": "geoip2.phar",
|
||||||
"main": "phar-stub.php",
|
"main": "phar-stub.php",
|
||||||
"output": "geoip2.phar",
|
"output": "geoip2.phar",
|
||||||
"compactors": [
|
"compactors": [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once 'vendor/autoload.php';
|
require_once 'phar://geoip2.phar/vendor/autoload.php';
|
||||||
|
|
||||||
// The following was taken from Guzzle (MIT license)
|
// The following was taken from Guzzle (MIT license)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user