Skip to content

Commit 0971698

Browse files
committed
Support illuminate/support version 9
1 parent d6fecd4 commit 0971698

File tree

4 files changed

+332
-327
lines changed

4 files changed

+332
-327
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## v1.2.0
11+
12+
### Added
13+
14+
- Support `illuminate/support` version 9
15+
1016
## v1.1.1
1117

1218
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require": {
1818
"php": "^7.4 || ^8",
19-
"illuminate/support": "^8.73",
19+
"illuminate/support": "^8.73 || ^9",
2020
"mll-lab/str_putcsv": "^1",
2121
"thecodingmachine/safe": "^1"
2222
},

0 commit comments

Comments
 (0)