From 3085fa76cf2391479034c88f02ebaa992404d2df Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 4 Nov 2024 08:50:58 +0100 Subject: [PATCH] Update to hidehalo/nanoid-php 2.0 --- CHANGELOG.md | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c396ac..a6741b55 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 fc032e70..1100f099 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",