Skip to content

Commit

Permalink
Fix carbon dependency for Laravel5.6 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel committed Aug 5, 2018
1 parent 444a2db commit 4d3de4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"predis/predis": "^1.1",
"symfony/console": ">=3.4.11",
"ramsey/uuid": "^3.7",
"nesbot/carbon": "^1.26"
"nesbot/carbon": "^1.25"
},
"require-dev": {
"phpunit/phpunit": "6.5.x-dev",
Expand Down

0 comments on commit 4d3de4a

Please sign in to comment.