Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into dispatch-job
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jun 17, 2024
2 parents 7354473 + 591d3d3 commit 643ef99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ See [GitHub releases](https://github.com/mll-lab/laravel-utils/releases).

## Unreleased

## v5.3.0

### Added

- Support `mll-lab/php-utils` 2

## v5.2.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": "^8.1",
"illuminate/support": "^9.51 || ^10 || ^11",
"mll-lab/php-utils": "^1.13",
"mll-lab/php-utils": "^1.13 || ^2",
"mll-lab/str_putcsv": "^1",
"ramsey/uuid": "^4.7",
"thecodingmachine/safe": "^1 || ^2"
Expand Down

0 comments on commit 643ef99

Please sign in to comment.