Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit e0b7d60

Browse files
author
Robert Kummer
authored
support Laravel 7.x
1 parent 7dad077 commit e0b7d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
}
1616
},
1717
"require": {
18-
"illuminate/support": "^5.0 || ^6.0",
19-
"illuminate/database": "^5.0 || ^6.0"
18+
"illuminate/support": "^5.0 || ^6.0 || ^7.0",
19+
"illuminate/database": "^5.0 || ^6.0 || ^7.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^5.0",

0 commit comments

Comments
 (0)