diff --git a/box.json b/box.json index be3ee00..a852f2e 100644 --- a/box.json +++ b/box.json @@ -14,6 +14,5 @@ "compactors": [ "KevinGH\\Box\\Compactor\\Php", "KevinGH\\Box\\Compactor\\Json" - ], - "exclude-dev-files": false + ] } diff --git a/composer.json b/composer.json index 908a55d..5134612 100644 --- a/composer.json +++ b/composer.json @@ -20,25 +20,25 @@ } ], "require": { - "php": "^8.2" - }, - "require-dev": { + "php": "^8.2", "illuminate/http": "^12.17", "illuminate/translation": "^12.53", "illuminate/validation": "^12.53", "laravel-zero/framework": "^12.0.2", "laravel-zero/phar-updater": "^1.4", - "laravel/pint": "^1.25.1", - "mockery/mockery": "^1.6.12", - "pestphp/pest": "^3.8.4|^4.1.2", - "php-parallel-lint/php-console-highlighter": "^1.0", - "phpstan/phpstan": "^2.1", "saloonphp/cache-plugin": "^3.1", "saloonphp/pagination-plugin": "^2.3", "saloonphp/saloon": "^4.0", "shipfastlabs/agent-detector": "^1.0", "spatie/laravel-data": "^4.19" }, + "require-dev": { + "laravel/pint": "^1.25.1", + "mockery/mockery": "^1.6.12", + "pestphp/pest": "^3.8.4|^4.1.2", + "php-parallel-lint/php-console-highlighter": "^1.0", + "phpstan/phpstan": "^2.1" + }, "autoload": { "psr-4": { "App\\": "app/", diff --git a/release.sh b/release.sh index 5b94ba6..bdd8950 100755 --- a/release.sh +++ b/release.sh @@ -129,6 +129,7 @@ if [ -f ".env" ]; then fi info "Building binary..." +composer install --no-dev php cloud app:build --build-version="$NEW_TAG" if [ -f ".env.bak" ]; then