Skip to content

Commit 4998c96

Browse files
authored
Merge pull request #5 from c17r/master
Update for Laravel 7.x
2 parents 9aef1fe + 4feb242 commit 4998c96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"require": {
1717
"php": ">=7.1.0",
18-
"illuminate/contracts": "~5.6|~6.0",
19-
"illuminate/queue": "~5.6|~6.0",
20-
"illuminate/support": "~5.6|~6.0",
18+
"illuminate/contracts": "~5.6|~6.0|~7.0",
19+
"illuminate/queue": "~5.6|~6.0|~7.0",
20+
"illuminate/support": "~5.6|~6.0|~7.0",
2121
"guzzlehttp/guzzle": "^6.3",
2222
"monolog/monolog": "~1.12"
2323
},

0 commit comments

Comments
 (0)