deps: update sqids

#293
This commit is contained in:
Rico van Zelst
2025-05-05 18:35:56 +02:00
parent 1af440f238
commit 8ec5879aef
2 changed files with 9 additions and 9 deletions

View File

@@ -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",

16
composer.lock generated
View File

@@ -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",