Skip to content

Commit 4d12fa4

Browse files
committed
Allow illuminate/support v8
1 parent ddf6e0d commit 4d12fa4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG-1.x.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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
},

0 commit comments

Comments
 (0)