Skip to content

Commit 7639014

Browse files
Merge pull request #132 from nikonor909/patch-1
Add support Laravel 8
2 parents 793be21 + 25bdcb2 commit 7639014

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": "^5.6 || ^7.0",
20-
"illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0"
20+
"illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^5.7 || ^6.0 || ^7.0 || ^8.0",

0 commit comments

Comments
 (0)