File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.2.1] - 2020-09-08
10+ ### Updated
11+ - Allow ` illuminate/support ` ` v8 `
12+
913## [ 1.2.0] - 2020-09-07
1014### Added
1115- ` voku/arrayy ` ` Arrayy ` implementation
@@ -34,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3438### Added
3539- Array and illuminate collection implementations
3640
37- [ Unreleased ] : https://github.com/ekvedaras/php-enum/compare/v1.2.0...HEAD
41+ [ Unreleased ] : https://github.com/ekvedaras/php-enum/compare/v1.2.1...HEAD
42+ [ 1.2.1 ] : https://github.com/ekvedaras/php-enum/compare/v1.2.0...v1.2.1
3843[ 1.2.0 ] : https://github.com/ekvedaras/php-enum/compare/v1.1.1...v1.2.0
3944[ 1.1.1 ] : https://github.com/ekvedaras/php-enum/compare/v1.1.0...v1.1.1
4045[ 1.1.0 ] : https://github.com/ekvedaras/php-enum/compare/v1.0.1...v1.1.0
Original file line number Diff line number Diff line change 3232 "ext-json" : " *"
3333 },
3434 "require-dev" : {
35- "illuminate/support" : " ^6|^7" ,
35+ "illuminate/support" : " ^6|^7|^8 " ,
3636 "phpunit/phpunit" : " ^8.5.8" ,
3737 "voku/arrayy" : " ^7.0"
3838 },
You can’t perform that action at this time.
0 commit comments