File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
5555 }
5656 },
5757 "scripts" : {
58- "test" : " vendor/bin/phpunit"
58+ "test" : " vendor/bin/phpunit" ,
59+ "test-lowest" : " composer update --prefer-lowest --prefer-dist --no-interaction && vendor/bin/phpunit" ,
60+ "test-stable" : " composer update --prefer-stable --prefer-dist --no-interaction &&vendor/bin/phpunit"
5961 }
6062}
You can’t perform that action at this time.
0 commit comments