Skip to content

Commit

Permalink
Allow Carbon 2 (#78)
Browse files Browse the repository at this point in the history
* Fix failing test case

* Allow installation with Carbon 2
  • Loading branch information
colinodell authored and freekmurze committed Oct 17, 2018
1 parent e77cbc0 commit a6267f2
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 @@ -18,7 +18,7 @@
"require": {
"php": "^7.0",
"ext-intl" : "*",
"nesbot/carbon": "^1.15",
"nesbot/carbon": "^1.15|^2.0",
"spatie/macroable": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit a6267f2

Please sign in to comment.