Skip to content

Commit

Permalink
Merge pull request #1 from eagle-developers/trip-somers-patch-1
Browse files Browse the repository at this point in the history
Laravel 6.x compatibility.
  • Loading branch information
trip-somers authored Jul 27, 2020
2 parents f9961ed + 8f40445 commit 8a568cf
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 @@ -13,11 +13,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/console": "5.*",
"illuminate/database": "5.*",
"illuminate/events": "5.*",
"illuminate/filesystem": "5.*",
"illuminate/support": "5.*"
"illuminate/console": "5.*||6.*",
"illuminate/database": "5.*||6.*",
"illuminate/events": "5.*||6.*",
"illuminate/filesystem": "5.*||6.*",
"illuminate/support": "5.*||6.*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit 8a568cf

Please sign in to comment.