Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit cc09830

Browse files
authored
Merge pull request #16 from pktharindu/patch-1
Add Laravel ^8.0 support
2 parents 477172d + 24b42ed commit cc09830

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
"require": {
1717
"php": "^7.2.5",
18-
"illuminate/database": "^6.0|^7.0",
19-
"illuminate/support": "^6.0|^7.0"
18+
"illuminate/database": "^6.0|^7.0|^8.0",
19+
"illuminate/support": "^6.0|^7.0|^8.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)