From 0d3e4402d212c49e323257687797bb7b41648a2d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 25 Jun 2014 14:00:34 +0200 Subject: [PATCH] added phar configuration --- box.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 box.json diff --git a/box.json b/box.json new file mode 100644 index 00000000..354a5739 --- /dev/null +++ b/box.json @@ -0,0 +1,25 @@ +{ + "output": "sami.phar", + "chmod": "0755", + "compactors": [ + "Herrera\\Box\\Compactor\\Php" + ], + "extract": false, + "main": "sami.php", + "files": [ + "LICENSE" + ], + "finder": [ + { + "name": ["*.php", "*.pem*"], + "exclude": ["Tests", "tests"], + "in": "vendor" + }, + { + "exclude": ["Tests"], + "in": "Sami" + } + ], + "stub": true, + "web": false +}