Skip to content

Commit

Permalink
Merge pull request #11 from owenvoke/feature/lz8
Browse files Browse the repository at this point in the history
feat: update to Laravel Zero 8
  • Loading branch information
owenvoke authored Oct 29, 2020
2 parents 4b97eb3 + dd843cc commit aded98d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"files": [
"composer.json"
],
"exclude-dev-files": false,
"exclude-composer-files": false,
"compression": "GZ",
"compactors": [
Expand Down
Binary file modified builds/laravel-zero
Binary file not shown.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
],
"require": {
"php": "^7.2.5"
"php": "^7.3"
},
"require-dev": {
"laravel-zero/framework": "^7.0",
"laravel-zero/framework": "^8.0",
"padraic/phar-updater": "^1.0.6"
},
"autoload": {
Expand Down

0 comments on commit aded98d

Please sign in to comment.