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.
1 parent f221dc4 commit 5d1758bCopy full SHA for 5d1758b
CHANGELOG.md
@@ -6,6 +6,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
7
## Unreleased
8
9
+## 1.0.1 (2018-08-20)
10
+
11
+### Fixed
12
13
+- Require nesbot/carbon v1.22.1 to fix "Cannot access property xxxx::$lastErrors" (see https://github.com/briannesbitt/Carbon/issues/852)
14
15
## 1.0.0 (2018-08-19)
16
17
### Fixed
composer.json
@@ -25,7 +25,7 @@
25
],
26
"require": {
27
"laravel/framework": "^5.6",
28
- "nesbot/carbon": "^1.22",
+ "nesbot/carbon": "^1.22.1",
29
"php": "^7.2"
30
},
31
"require-dev": {
0 commit comments