Skip to content

Commit dcef506

Browse files
Merge pull request #2 from JohnyProkie/patch-1
Add support for Laravel8
2 parents d1c25be + e9274f4 commit dcef506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": "^7.1",
14-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
15-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
14+
"illuminate/database": "^5.5.0|^6.0|^7.0|^8.0",
15+
"illuminate/support": "^5.5.0|^6.0|^7.0|^8.0"
1616
},
1717
"require-dev": {
1818
"ext-pdo_sqlite": "*",

0 commit comments

Comments
 (0)