Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #11 from jasonlbeggs/patch-1
Browse files Browse the repository at this point in the history
Add Laravel 6.0 support
  • Loading branch information
samuelhoyvoy authored Oct 14, 2019
2 parents fa83ca0 + 826c352 commit 68c5699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"type": "library",
"require": {
"php": ">=7.1.3",
"illuminate/support": "^5.6|~6.0",
"illuminate/container": "^5.6|~6.0",
"illuminate/database": "^5.6|~6.0",
"illuminate/events": "^5.6|~6.0"
"illuminate/support": "^5.6 || ^6.0",
"illuminate/container": "^5.6 || ^6.0",
"illuminate/database": "^5.6 || ^6.0",
"illuminate/events": "^5.6 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
Expand Down

0 comments on commit 68c5699

Please sign in to comment.