diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c396aca..a6741b550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this ### Changed * Update to Shlink PHP coding standard 2.4 +* Update to `hidehalo/nanoid-php` 2.0 ### Deprecated * *Nothing* diff --git a/composer.json b/composer.json index fc032e708..1100f0991 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "friendsofphp/proxy-manager-lts": "^1.0", "geoip2/geoip2": "^3.0", "guzzlehttp/guzzle": "^7.9", - "hidehalo/nanoid-php": "^1.1", + "hidehalo/nanoid-php": "^2.0", "jaybizzle/crawler-detect": "^1.2.116", "laminas/laminas-config": "^3.9", "laminas/laminas-config-aggregator": "^1.15",