Skip to content

Commit

Permalink
Update package to support laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
DyanGalih committed Sep 13, 2020
1 parent 5588757 commit 5b7a54c
Show file tree
Hide file tree
Showing 2 changed files with 1,610 additions and 854 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,16 @@
"autoload-dev": {
},
"require": {
"php": ">=7.2.0",
"illuminate/support": "^7.0",
"php": ">=7.3",
"illuminate/support": "^7.0|^8.0",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0"
"orchestra/testbench": "^5.0|^6.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
}
}
}
Loading

0 comments on commit 5b7a54c

Please sign in to comment.