diff --git a/.env.dev b/.env.dev index 43e54c6..9f90f6e 100644 --- a/.env.dev +++ b/.env.dev @@ -1,2 +1,6 @@ APP_NAME=Revive APP_VERSION=3.0.3 + +# This is use when build will fail in php 8.3 +# vendor/symfony/process/Process.php in line 360 +# $commandline[0] = "$this->cwd/" . str_replace('./', '', $commandline[0]); diff --git a/app/Concerns/GetsCleaner.php b/app/Concerns/GetsCleaner.php index 2f2ef86..f3ff1ba 100644 --- a/app/Concerns/GetsCleaner.php +++ b/app/Concerns/GetsCleaner.php @@ -4,10 +4,10 @@ use App\Actions\Clean; use App\Contracts\Tool; -use App\Support\ReviveConfig; use App\Support\PhpCodeSniffer; use App\Support\PhpCsFixer; use App\Support\Pint; +use App\Support\ReviveConfig; use App\Support\TLint; use App\Support\UserScript; diff --git a/box.json b/box.json index dafe0d4..e69de29 100644 --- a/box.json +++ b/box.json @@ -1,22 +0,0 @@ -{ - "chmod": "0755", - "directories": [ - "app", - "bootstrap", - "config", - "standards", - "stubs", - "vendor" - ], - "files": [ - "composer.json", - "standards/.php-cs-fixer.dist.php" - ], - "exclude-composer-files": false, - "exclude-dev-files": false, - "compression": "GZ", - "compactors": [ - "KevinGH\\Box\\Compactor\\Php", - "KevinGH\\Box\\Compactor\\Json" - ] -} diff --git a/builds/revive b/builds/revive index 72c8ebe..de00d33 100755 Binary files a/builds/revive and b/builds/revive differ diff --git a/composer-dev.lock b/composer-dev.lock index 2c47be6..d10b6e7 100644 --- a/composer-dev.lock +++ b/composer-dev.lock @@ -5912,16 +5912,16 @@ }, { "name": "laravel-zero/framework", - "version": "v11.0.1", + "version": "v11.0.2", "source": { "type": "git", "url": "https://github.com/laravel-zero/framework.git", - "reference": "882c3064e3b89483f2e51deadb6cc71df92297cf" + "reference": "f9b77723c5d893c35548cf018ce7a25e75a86c69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel-zero/framework/zipball/882c3064e3b89483f2e51deadb6cc71df92297cf", - "reference": "882c3064e3b89483f2e51deadb6cc71df92297cf", + "url": "https://api.github.com/repos/laravel-zero/framework/zipball/f9b77723c5d893c35548cf018ce7a25e75a86c69", + "reference": "f9b77723c5d893c35548cf018ce7a25e75a86c69", "shasum": "" }, "require": { @@ -5940,7 +5940,7 @@ "illuminate/support": "^11.5.0", "illuminate/testing": "^11.5.0", "laravel-zero/foundation": "^11.5.0", - "laravel/prompts": "^0.1.20", + "laravel/prompts": "^0.1.20 || ^0.2 || ^0.3", "league/flysystem": "^3.27.0", "nunomaduro/collision": "^8.1.1", "nunomaduro/laravel-console-summary": "^1.12.1", @@ -6024,7 +6024,7 @@ "type": "github" } ], - "time": "2024-04-25T10:17:42+00:00" + "time": "2024-10-08T13:59:03+00:00" }, { "name": "laravel/pint",