Skip to content

Commit 560206a

Browse files
authored
Merge pull request #35 from tahrz/support-8
Added illuminate/support ^8.0 for fix problem with installation in laravel 8.x
2 parents 5e5e2c4 + 92a4a2d commit 560206a

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
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"require": {
34-
"illuminate/support": "^5.0|^6.0|^7.0"
34+
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0"
3535
},
3636
"require-dev": {
3737
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)