Skip to content

Commit

Permalink
Support Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Sep 5, 2019
1 parent 0ca477c commit e315f02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"authors": [
{
"name": "Bayu Hendra Winata",
"email": "[email protected]",
"homepage": "http://id-laravel.com",
"email": "[email protected]",
"homepage": "https://laravolt.dev",
"role": "Developer"
}
],
"require": {
"php" : ">=7.1.3",
"illuminate/support": "~5.6",
"illuminate/database": "~5.6"
"php" : ">=7.2",
"illuminate/support": "~5.6|^6.0",
"illuminate/database": "~5.6|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e315f02

Please sign in to comment.