Skip to content

Commit

Permalink
with new build
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaksavvy committed Dec 1, 2019
1 parent a003342 commit 12382a0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 20 deletions.
26 changes: 9 additions & 17 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
{
"chmod": "0755",
"directories": [
"app",
"bootstrap",
"config",
"vendor",
"resources"
],
"files": [
"composer.json"
],
"exclude-composer-files": false,
"compression": "GZ",
"compactors": [
"Herrera\\Box\\Compactor\\Php",
"Herrera\\Box\\Compactor\\Json"
]
"chmod": "0755",
"directories": ["app", "bootstrap", "config", "vendor"],
"files": ["composer.json"],
"exclude-composer-files": false,
"compression": "GZ",
"compactors": [
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\Json"
]
}
Binary file modified builds/packr
Binary file not shown.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
],
"require": {
"php": "^7.2",
"illuminate/database": "5.8.*|6.0.*",
"laravel-zero/framework": "6.0.*",
"illuminate/database": "6.0",
"laravel-zero/framework": "6.0",
"padraic/phar-updater": "^1.0.6"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
|
*/

'version' => 'v3.0.2',
'version' => 'v3.0.3',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 12382a0

Please sign in to comment.