Skip to content

Commit

Permalink
Re Build (#31)
Browse files Browse the repository at this point in the history
* app build done for v4.0.1

* downgrade laravel zero to 6 and 7

* with build
  • Loading branch information
sarthaksavvy authored Oct 1, 2020
1 parent 108a0ac commit 5fbcf38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
11 changes: 0 additions & 11 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
{
"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.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
}
],
"require": {
"php": "^7.3",
"illuminate/database": "^8.0",
"laravel-zero/framework": "^8.0"
"php": "^7.2.5",
"illuminate/database": "^6.0|^7.0",
"laravel-zero/framework": "^6.0|^7.0"
},
"require-dev": {
"mockery/mockery": "^1.4.2",
"phpunit/phpunit": "^9.3"
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5fbcf38

Please sign in to comment.