Skip to content

Commit b8d9749

Browse files
authored
Fix dependency error for Laravel 5.8
1 parent 67a7190 commit b8d9749

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
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"require": {
88
"guzzlehttp/guzzle": "~6.0",
9-
"nesbot/carbon": "~1.2",
9+
"nesbot/carbon": "~1.2|~2.0",
1010
"illuminate/support": "~5.1|~5.2|~5.3|~5.4|~5.5|~5.6|~5.7|~5.8"
1111
},
1212
"extra": {

0 commit comments

Comments
 (0)