Skip to content

Commit 58ff3e2

Browse files
Allow using nesbot/carbon ^2.0 and up
1 parent 1276df0 commit 58ff3e2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## Unreleased
88

9+
## 1.1.1 (2018-09-04)
10+
11+
### Fixed
12+
13+
- Allow using `nesbot/carbon` ^2.0 and up
14+
915
## 1.1.0 (2018-09-04)
1016

1117
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"require": {
2727
"laravel/framework": "^5.6",
28-
"nesbot/carbon": "^1.22.1",
28+
"nesbot/carbon": "^1.22.1|^2.0",
2929
"php": "^7.2"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)