Skip to content

Commit

Permalink
Merge pull request #35 from danielfaulknor/laravel-58-fix
Browse files Browse the repository at this point in the history
Allow newer versions of Carbon
  • Loading branch information
ConsoleTVs authored Mar 24, 2019
2 parents 22a851c + 4a4f376 commit f0d02f1
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 @@ -10,7 +10,7 @@
"ext-bcmath": "*",
"illuminate/support": "5.*",
"illuminate/view": "5.*",
"nesbot/carbon": "^1.22",
"nesbot/carbon": ">1.22",
"dompdf/dompdf": "^0.8"
},
"license": "MIT",
Expand Down

0 comments on commit f0d02f1

Please sign in to comment.