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

Commit 9acdecf

Browse files
authored
Merge pull request #24 from kortdev/master
Added support for Laravel 8.x
2 parents 945e530 + a340516 commit 9acdecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0"
20+
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "^3.6|^3.7|^3.8|^4.0|^5.0",

0 commit comments

Comments
 (0)