Skip to content

Commit

Permalink
Support illuminate/support version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed May 16, 2022
1 parent d6fecd4 commit 0971698
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 327 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## v1.2.0

### Added

- Support `illuminate/support` version 9

## v1.1.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "^7.4 || ^8",
"illuminate/support": "^8.73",
"illuminate/support": "^8.73 || ^9",
"mll-lab/str_putcsv": "^1",
"thecodingmachine/safe": "^1"
},
Expand Down
Loading

0 comments on commit 0971698

Please sign in to comment.