From 8ec5879aef9567e3156c73e8dded054ec524c420 Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Mon, 5 May 2025 18:35:56 +0200 Subject: [PATCH] deps: update sqids #293 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 93981a4..5c7d706 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "spatie/laravel-query-builder": "^6.0", "spatie/laravel-sitemap": "^7.2", "spatie/sheets": "^1.12", - "sqids/sqids": "^0.4.1" + "sqids/sqids": "^0.5.0" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.10", diff --git a/composer.lock b/composer.lock index af2efa7..5c01741 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c7b96ea7e7ae91f4bf96f94137267991", + "content-hash": "607cd1ab36f1ee5560b5e520365360c4", "packages": [ { "name": "andcarpi/laravel-popper", @@ -5835,23 +5835,23 @@ }, { "name": "sqids/sqids", - "version": "0.4.1", + "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/sqids/sqids-php.git", - "reference": "ff3d1214c0c2119ae4b676cc00f3abb22f61da42" + "reference": "d594b87134f581578422caca005bc7ec99f958b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sqids/sqids-php/zipball/ff3d1214c0c2119ae4b676cc00f3abb22f61da42", - "reference": "ff3d1214c0c2119ae4b676cc00f3abb22f61da42", + "url": "https://api.github.com/repos/sqids/sqids-php/zipball/d594b87134f581578422caca005bc7ec99f958b2", + "reference": "d594b87134f581578422caca005bc7ec99f958b2", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { - "phpunit/phpunit": "^10.3" + "phpunit/phpunit": "^10.5|^11.2" }, "suggest": { "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).", @@ -5884,9 +5884,9 @@ ], "support": { "issues": "https://github.com/sqids/sqids-php/issues", - "source": "https://github.com/sqids/sqids-php/tree/0.4.1" + "source": "https://github.com/sqids/sqids-php/tree/0.5.0" }, - "time": "2023-09-12T22:30:42+00:00" + "time": "2025-01-05T05:37:48+00:00" }, { "name": "symfony/clock",