Skip to content

Commit

Permalink
Update APP_VERSION to 3.0.3 and add build fix for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Oct 10, 2024
1 parent aad64ab commit 3ca75bd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 29 deletions.
4 changes: 4 additions & 0 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -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]);
2 changes: 1 addition & 1 deletion app/Concerns/GetsCleaner.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
22 changes: 0 additions & 22 deletions box.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
Binary file modified builds/revive
Binary file not shown.
12 changes: 6 additions & 6 deletions composer-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3ca75bd

Please sign in to comment.