From 3a8ef413e7f8a42d4e0f3d32d30601b26fb27e60 Mon Sep 17 00:00:00 2001 From: mike Date: Sat, 17 Oct 2015 10:00:47 +0200 Subject: [PATCH] Adding a little script to prepare and generate the phar --- build-phar.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 build-phar.sh diff --git a/build-phar.sh b/build-phar.sh new file mode 100644 index 0000000000..482a6f2041 --- /dev/null +++ b/build-phar.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +composer install --no-dev --optimize-autoloader + +mkdir build + +wget https://github.com/box-project/box2/releases/download/2.6.0/box-2.6.0.phar -O box.phar + +php box.phar build