Skip to content

Commit 5d1758b

Browse files
Fix "Cannot access property xxxx::$lastErrors"
1 parent f221dc4 commit 5d1758b

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.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+
915
## 1.0.0 (2018-08-19)
1016

1117
### Fixed

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",
28+
"nesbot/carbon": "^1.22.1",
2929
"php": "^7.2"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)