diff --git a/box.json b/box.json index a852f2e..2aee16d 100644 --- a/box.json +++ b/box.json @@ -10,6 +10,7 @@ "composer.json" ], "exclude-composer-files": false, + "exclude-dev-files": false, "compression": "GZ", "compactors": [ "KevinGH\\Box\\Compactor\\Php", diff --git a/builds/bunny b/builds/bunny index 7b91ca4..7b81ff8 100755 Binary files a/builds/bunny and b/builds/bunny differ diff --git a/composer.json b/composer.json index a3f773f..771890f 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,13 @@ ], "require": { "php": "^7.4|^8.0", - "ext-json": "*", + "ext-json": "*" + }, + "require-dev": { "guzzlehttp/guzzle": "^7.0", "laminas/laminas-text": "^2.8", "laravel-zero/framework": "^8.8", - "laravel-zero/phar-updater": "^1.0.6" - }, - "require-dev": { + "laravel-zero/phar-updater": "^1.0.6", "mockery/mockery": "^1.4.3", "pestphp/pest": "^1.3" },