Skip to content

Commit

Permalink
Update APP_VERSION to 3.0.4 and remove box.json configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Nov 16, 2024
1 parent c99f642 commit 9360a5d
Show file tree
Hide file tree
Showing 6 changed files with 312 additions and 331 deletions.
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_NAME=Revive
APP_VERSION=3.0.3
APP_VERSION=3.0.4

# This is use when build will fail in php 8.3
# vendor/symfony/process/Process.php in line 360
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
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"friendsofphp/php-cs-fixer": "^3.64",
"laravel-zero/framework": "^11.0",
"laravel/pint": "^1.18",
"nunomaduro/termwind": "^2.1",
"nunomaduro/termwind": "^2.2",
"spatie/invade": "^1.1",
"tightenco/tlint": "^9.3"
},
Expand Down
Loading

0 comments on commit 9360a5d

Please sign in to comment.