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

Commit 9af0d58

Browse files
authored
Merge pull request #16 from LasseRafn/patch-1
Add Laravel 7.X support
2 parents 68c5699 + 2b20a9f commit 9af0d58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"type": "library",
55
"require": {
66
"php": ">=7.1.3",
7-
"illuminate/support": "^5.6 || ^6.0",
8-
"illuminate/container": "^5.6 || ^6.0",
9-
"illuminate/database": "^5.6 || ^6.0",
10-
"illuminate/events": "^5.6 || ^6.0"
7+
"illuminate/support": "^5.6 || ^6.0 || ^7.0",
8+
"illuminate/container": "^5.6 || ^6.0 || ^7.0",
9+
"illuminate/database": "^5.6 || ^6.0 || ^7.0",
10+
"illuminate/events": "^5.6 || ^6.0 || ^7.0"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "~7.0",

0 commit comments

Comments
 (0)