From 205483e14c354d5b81c8760ce6cc049fb7ff6db4 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 8 May 2014 15:28:16 -0700 Subject: [PATCH] Fix phar with new versions of Guzzle --- box.json | 2 +- phar-stub.php | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 phar-stub.php diff --git a/box.json b/box.json index b4554d6..6887b03 100644 --- a/box.json +++ b/box.json @@ -1,5 +1,5 @@ { - "main": "vendor/autoload.php", + "main": "phar-stub.php", "output": "geoip2.phar", "compactors": [ "Herrera\\Box\\Compactor\\Composer", diff --git a/phar-stub.php b/phar-stub.php new file mode 100644 index 0000000..18e1f73 --- /dev/null +++ b/phar-stub.php @@ -0,0 +1,17 @@ +