diff --git a/composer.lock b/composer.lock index 615f54a..4b89b3a 100644 --- a/composer.lock +++ b/composer.lock @@ -865,16 +865,16 @@ }, { "name": "illuminate/collections", - "version": "v12.25.0", + "version": "v12.26.3", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", - "reference": "d8bdd65850b99ac4f7ebee1a49ad678a6740bec9" + "reference": "8cd30f76947524e58a71ab610fee6aaa9eedc24b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/collections/zipball/d8bdd65850b99ac4f7ebee1a49ad678a6740bec9", - "reference": "d8bdd65850b99ac4f7ebee1a49ad678a6740bec9", + "url": "https://api.github.com/repos/illuminate/collections/zipball/8cd30f76947524e58a71ab610fee6aaa9eedc24b", + "reference": "8cd30f76947524e58a71ab610fee6aaa9eedc24b", "shasum": "" }, "require": { @@ -882,7 +882,8 @@ "illuminate/contracts": "^12.0", "illuminate/macroable": "^12.0", "php": "^8.2", - "symfony/polyfill-php84": "^1.31" + "symfony/polyfill-php84": "^1.31", + "symfony/polyfill-php85": "^1.33" }, "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-08-13T02:18:00+00:00" + "time": "2025-08-26T15:07:30+00:00" }, { "name": "illuminate/conditionable", - "version": "v12.25.0", + "version": "v12.26.3", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", @@ -969,16 +970,16 @@ }, { "name": "illuminate/contracts", - "version": "v12.25.0", + "version": "v12.26.3", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "458573a554b927e9594bb35baf9a7897dea03303" + "reference": "0102688f22848ca3d622ddb7ddaf56b87e521cdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/458573a554b927e9594bb35baf9a7897dea03303", - "reference": "458573a554b927e9594bb35baf9a7897dea03303", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/0102688f22848ca3d622ddb7ddaf56b87e521cdb", + "reference": "0102688f22848ca3d622ddb7ddaf56b87e521cdb", "shasum": "" }, "require": { @@ -1013,11 +1014,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-08-03T15:27:01+00:00" + "time": "2025-08-26T12:52:40+00:00" }, { "name": "illuminate/macroable", - "version": "v12.25.0", + "version": "v12.26.3", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", @@ -1063,16 +1064,16 @@ }, { "name": "illuminate/support", - "version": "v12.25.0", + "version": "v12.26.3", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "dffee7182dc82a2b0b384e461059c9cad4272ed8" + "reference": "64e864d6a6b8a6b06d1e49f2ee0a7fd10edfd382" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/dffee7182dc82a2b0b384e461059c9cad4272ed8", - "reference": "dffee7182dc82a2b0b384e461059c9cad4272ed8", + "url": "https://api.github.com/repos/illuminate/support/zipball/64e864d6a6b8a6b06d1e49f2ee0a7fd10edfd382", + "reference": "64e864d6a6b8a6b06d1e49f2ee0a7fd10edfd382", "shasum": "" }, "require": { @@ -1087,6 +1088,7 @@ "nesbot/carbon": "^3.8.4", "php": "^8.2", "symfony/polyfill-php83": "^1.31", + "symfony/polyfill-php85": "^1.33", "voku/portable-ascii": "^2.0.2" }, "conflict": { @@ -1137,7 +1139,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-08-13T21:42:15+00:00" + "time": "2025-08-26T15:07:30+00:00" }, { "name": "justinrainbow/json-schema", @@ -3090,6 +3092,86 @@ ], "time": "2025-06-24T13:30:11+00:00" }, + { + "name": "symfony/polyfill-php85", + "version": "v1.33.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php85.git", + "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91", + "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91", + "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\\Php85\\": "" + }, + "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.5+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php85/tree/v1.33.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2025-06-23T16:12:55+00:00" + }, { "name": "symfony/process", "version": "v7.3.0",