From 4e92cd0254ea47daa5bb7489edc2d175665dbfad Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 9 May 2014 15:07:21 -0700 Subject: [PATCH] Fix for Phar path issue --- box.json | 1 + phar-stub.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/box.json b/box.json index 6887b03..9d61955 100644 --- a/box.json +++ b/box.json @@ -1,4 +1,5 @@ { + "alias": "geoip2.phar", "main": "phar-stub.php", "output": "geoip2.phar", "compactors": [ diff --git a/phar-stub.php b/phar-stub.php index 18e1f73..05b4e74 100644 --- a/phar-stub.php +++ b/phar-stub.php @@ -1,6 +1,6 @@