Skip to content

Commit 70ef9b1

Browse files
Merge branch 'release/1.0.1'
2 parents 7846df6 + 5d1758b commit 70ef9b1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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: 4 additions & 2 deletions
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": {
@@ -55,6 +55,8 @@
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
}

0 commit comments

Comments
 (0)