From e180653a8f828a34e233c10fe324420d8f42e6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 17:49:08 +0000 Subject: [PATCH] Bump illuminate/collections from 12.21.0 to 12.23.1 Bumps [illuminate/collections](https://github.com/illuminate/collections) from 12.21.0 to 12.23.1. - [Commits](https://github.com/illuminate/collections/compare/v12.21.0...v12.23.1) --- updated-dependencies: - dependency-name: illuminate/collections dependency-version: 12.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 103 +++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 90 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 8a12e65..bf90c35 100644 --- a/composer.lock +++ b/composer.lock @@ -866,23 +866,24 @@ }, { "name": "illuminate/collections", - "version": "v12.21.0", + "version": "v12.23.1", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", - "reference": "a048b4fbbef4742ff2eee843971bb8278239c610" + "reference": "43a149bd98638b2bdb9110dedf5711677d312b8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/collections/zipball/a048b4fbbef4742ff2eee843971bb8278239c610", - "reference": "a048b4fbbef4742ff2eee843971bb8278239c610", + "url": "https://api.github.com/repos/illuminate/collections/zipball/43a149bd98638b2bdb9110dedf5711677d312b8c", + "reference": "43a149bd98638b2bdb9110dedf5711677d312b8c", "shasum": "" }, "require": { "illuminate/conditionable": "^12.0", "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", - "php": "^8.2" + "php": "^8.2", + "symfony/polyfill-php84": "^1.31" }, "suggest": { "illuminate/http": "Required to convert collections to API resources (^12.0).", @@ -919,11 +920,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-07-15T20:29:59+00:00" + "time": "2025-08-11T14:48:56+00:00" }, { "name": "illuminate/conditionable", - "version": "v12.21.0", + "version": "v12.23.1", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", @@ -969,16 +970,16 @@ }, { "name": "illuminate/contracts", - "version": "v12.21.0", + "version": "v12.23.1", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "c2eef857b808810f5cb187de58e23d25c1d443d9" + "reference": "458573a554b927e9594bb35baf9a7897dea03303" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/c2eef857b808810f5cb187de58e23d25c1d443d9", - "reference": "c2eef857b808810f5cb187de58e23d25c1d443d9", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/458573a554b927e9594bb35baf9a7897dea03303", + "reference": "458573a554b927e9594bb35baf9a7897dea03303", "shasum": "" }, "require": { @@ -1013,11 +1014,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-07-16T13:18:38+00:00" + "time": "2025-08-03T15:27:01+00:00" }, { "name": "illuminate/macroable", - "version": "v12.21.0", + "version": "v12.23.1", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", @@ -2997,6 +2998,82 @@ ], "time": "2024-09-09T11:45:10+00:00" }, + { + "name": "symfony/polyfill-php84", + "version": "v1.32.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php84.git", + "reference": "000df7860439609837bbe28670b0be15783b7fbf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/000df7860439609837bbe28670b0be15783b7fbf", + "reference": "000df7860439609837bbe28670b0be15783b7fbf", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "type": "library", + "extra": { + "thanks": { + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php84\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php84/tree/v1.32.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2025-02-20T12:04:08+00:00" + }, { "name": "symfony/process", "version": "v7.3.0",