diff --git a/composer.json b/composer.json index f69a3475a..59aedcbe5 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "icewind/streams": "^0.7.8", "justinrainbow/json-schema": "^6.6", "kornrunner/blurhash": "^1.2", - "laravel/serializable-closure": "^2.0.4", + "laravel/serializable-closure": "^2.0.14", "mexitek/phpcolors": "^1.0", "microsoft/azure-storage-blob": "^1.5.4", "mlocati/ip-lib": "^1.22", diff --git a/composer.lock b/composer.lock index ef2689d60..2dc780ca5 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": "da30686cbdfb6dd06d68d922b2f19e1a", + "content-hash": "e88f443b163bff4365183ac078064f5f", "packages": [ { "name": "aws/aws-crt-php", @@ -1642,27 +1642,27 @@ }, { "name": "laravel/serializable-closure", - "version": "v2.0.4", + "version": "v2.0.14", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841" + "reference": "97a77d2cc80578c28bccf97829af73db658ffb97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/b352cf0534aa1ae6b4d825d1e762e35d43f8a841", - "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/97a77d2cc80578c28bccf97829af73db658ffb97", + "reference": "97a77d2cc80578c28bccf97829af73db658ffb97", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { - "illuminate/support": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0|^13.0", "nesbot/carbon": "^2.67|^3.0", - "pestphp/pest": "^2.36|^3.0", + "pestphp/pest": "^2.36|^3.0|^4.0", "phpstan/phpstan": "^2.0", - "symfony/var-dumper": "^6.2.0|^7.0.0" + "symfony/var-dumper": "^6.2.0|^7.0.0|^8.0.0" }, "type": "library", "extra": { @@ -1699,7 +1699,7 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2025-03-19T13:51:03+00:00" + "time": "2026-06-24T18:49:39+00:00" }, { "name": "lcobucci/clock",