We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nesbot/carbon
1 parent 1276df0 commit 58ff3e2Copy full SHA for 58ff3e2
CHANGELOG.md
@@ -6,6 +6,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
7
## Unreleased
8
9
+## 1.1.1 (2018-09-04)
10
+
11
+### Fixed
12
13
+- Allow using `nesbot/carbon` ^2.0 and up
14
15
## 1.1.0 (2018-09-04)
16
17
### Added
composer.json
@@ -25,7 +25,7 @@
25
],
26
"require": {
27
"laravel/framework": "^5.6",
28
- "nesbot/carbon": "^1.22.1",
+ "nesbot/carbon": "^1.22.1|^2.0",
29
"php": "^7.2"
30
},
31
"require-dev": {
0 commit comments