From af16271b4ba8b75bb99533b7062f58936714d227 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 15 Apr 2019 10:19:38 +0100 Subject: [PATCH] Update box --- Makefile | 2 +- box-devkit.json.dist | 4 +--- box.json.dist | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 1e2c982f..c9dac98b 100644 --- a/Makefile +++ b/Makefile @@ -149,4 +149,4 @@ tools/infection.pubkey: curl -Ls https://github.com/infection/infection/releases/download/0.10.6/infection.phar.pubkey -o tools/infection.pubkey tools/box: - curl -Ls https://github.com/humbug/box/releases/download/3.4.0/box.phar -o tools/box && chmod +x tools/box + curl -Ls https://github.com/humbug/box/releases/download/3.7.0/box.phar -o tools/box && chmod +x tools/box diff --git a/box-devkit.json.dist b/box-devkit.json.dist index 1d63df81..4d61760b 100644 --- a/box-devkit.json.dist +++ b/box-devkit.json.dist @@ -3,8 +3,6 @@ "output": "../devkit.phar", "compression": "GZ", "directories": ["."], - "dump-autoload": true, - "exclude-composer-files": true, "check-requirements": false, "main": "bin/devkit.php", "compactors": [ @@ -15,4 +13,4 @@ "", "(c) Jakub Zalas " ] -} \ No newline at end of file +} diff --git a/box.json.dist b/box.json.dist index ca627bcd..a12ab0b3 100644 --- a/box.json.dist +++ b/box.json.dist @@ -3,8 +3,6 @@ "output": "../toolbox.phar", "compression": "GZ", "directories": ["."], - "dump-autoload": true, - "exclude-composer-files": true, "check-requirements": false, "main": "bin/toolbox.php", "compactors": [ @@ -15,4 +13,4 @@ "", "(c) Jakub Zalas " ] -} \ No newline at end of file +}