Skip to content

Commit

Permalink
Merge pull request #11 from mxsgx/master
Browse files Browse the repository at this point in the history
Laravel 7 support
  • Loading branch information
rizkyyangpalsu authored Apr 18, 2020
2 parents 48b6a20 + ba86a26 commit a6f5cc7
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,11 +10,11 @@
}
],
"require": {
"php": "^7.1.3",
"laravel/ui": "^1.0",
"illuminate/console": "~5.8|^6.0",
"illuminate/filesystem": "~5.8|^6.0",
"illuminate/support": "~5.8|^6.0"
"php": "^7.1.3|^7.2.5",
"laravel/ui": "^1.0|^2.0",
"illuminate/console": "~5.8|^6.0|^7.0",
"illuminate/filesystem": "~5.8|^6.0|^7.0",
"illuminate/support": "~5.8|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a6f5cc7

Please sign in to comment.