From e171354f834515c55ad88d8226f8b21cc8a68054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 02:03:27 +0000 Subject: [PATCH] build(deps): bump laravel/serializable-closure from 2.0.4 to 2.0.9 Bumps [laravel/serializable-closure](https://github.com/laravel/serializable-closure) from 2.0.4 to 2.0.9. - [Release notes](https://github.com/laravel/serializable-closure/releases) - [Changelog](https://github.com/laravel/serializable-closure/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/laravel/serializable-closure/compare/v2.0.4...v2.0.9) --- updated-dependencies: - dependency-name: laravel/serializable-closure dependency-version: 2.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index a12cf70ad..84ca8873d 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.9", "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 e7ef3a780..0cfe7d417 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": "fde916feea46ab0fd4bad170c03bf3c8", + "content-hash": "a0587821f9c53f4309078c26697951a9", "packages": [ { "name": "aws/aws-crt-php", @@ -1636,27 +1636,27 @@ }, { "name": "laravel/serializable-closure", - "version": "v2.0.4", + "version": "v2.0.9", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841" + "reference": "8f631589ab07b7b52fead814965f5a800459cb3e" }, "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/8f631589ab07b7b52fead814965f5a800459cb3e", + "reference": "8f631589ab07b7b52fead814965f5a800459cb3e", "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": { @@ -1693,7 +1693,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-02-03T06:55:34+00:00" }, { "name": "lcobucci/clock", @@ -6311,5 +6311,5 @@ "platform-overrides": { "php": "8.2.0" }, - "plugin-api-version": "2.9.0" + "plugin-api-version": "2.6.0" }