diff --git a/CHANGELOG.md b/CHANGELOG.md index e172c4e..e508802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index cabcf41..f6144cf 100644 --- a/composer.json +++ b/composer.json @@ -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"