Skip to content

Commit

Permalink
Merge pull request #13 from TahiriAbdou/patch-1
Browse files Browse the repository at this point in the history
Support for Laravel 6.1.x
  • Loading branch information
bubba-h57 authored Oct 7, 2019
2 parents 59c0630 + c0ca945 commit d5b5bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
],
"require": {
"php": ">=7.0",
"illuminate/support": "5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|6.0.x",
"illuminate/support": "5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|6.0.x|6.1.x",
"friendsofphp/php-cs-fixer": "^2.14"
},
"require-dev": {
"illuminate/console": "5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|6.0.x"
"illuminate/console": "5.4.x|5.5.x|5.6.x|5.7.x|5.8.x|6.0.x|6.1.x"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit d5b5bb9

Please sign in to comment.