chore: update dependencies
Some checks failed
tests / ci (push) Has been cancelled

This commit is contained in:
Benjamin Nussbaum 2025-11-20 18:52:04 +01:00
parent c157dcf3b6
commit 7014250ac5

226
composer.lock generated
View file

@ -62,16 +62,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.359.11", "version": "3.362.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "c04a8b3c40bca26da591a8ff14bcc390d26c1644" "reference": "f29a49b74d5ee771f13432e16d58651de91f7e79"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/c04a8b3c40bca26da591a8ff14bcc390d26c1644", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f29a49b74d5ee771f13432e16d58651de91f7e79",
"reference": "c04a8b3c40bca26da591a8ff14bcc390d26c1644", "reference": "f29a49b74d5ee771f13432e16d58651de91f7e79",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -153,9 +153,9 @@
"support": { "support": {
"forum": "https://github.com/aws/aws-sdk-php/discussions", "forum": "https://github.com/aws/aws-sdk-php/discussions",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.359.11" "source": "https://github.com/aws/aws-sdk-php/tree/3.362.1"
}, },
"time": "2025-11-12T19:18:02+00:00" "time": "2025-11-20T19:10:40+00:00"
}, },
{ {
"name": "bnussbau/laravel-trmnl-blade", "name": "bnussbau/laravel-trmnl-blade",
@ -1617,16 +1617,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v12.38.1", "version": "v12.39.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "7f3012af6059f5f64a12930701cd8caed6cf7c17" "reference": "1a6176129ef28eaf42b6b4a6250025120c3d8dac"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/7f3012af6059f5f64a12930701cd8caed6cf7c17", "url": "https://api.github.com/repos/laravel/framework/zipball/1a6176129ef28eaf42b6b4a6250025120c3d8dac",
"reference": "7f3012af6059f5f64a12930701cd8caed6cf7c17", "reference": "1a6176129ef28eaf42b6b4a6250025120c3d8dac",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1832,7 +1832,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2025-11-13T02:12:47+00:00" "time": "2025-11-18T15:16:10+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
@ -2667,33 +2667,38 @@
}, },
{ {
"name": "league/uri", "name": "league/uri",
"version": "7.5.1", "version": "7.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/uri.git", "url": "https://github.com/thephpleague/uri.git",
"reference": "81fb5145d2644324614cc532b28efd0215bda430" "reference": "f625804987a0a9112d954f9209d91fec52182344"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430", "url": "https://api.github.com/repos/thephpleague/uri/zipball/f625804987a0a9112d954f9209d91fec52182344",
"reference": "81fb5145d2644324614cc532b28efd0215bda430", "reference": "f625804987a0a9112d954f9209d91fec52182344",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"league/uri-interfaces": "^7.5", "league/uri-interfaces": "^7.6",
"php": "^8.1" "php": "^8.1",
"psr/http-factory": "^1"
}, },
"conflict": { "conflict": {
"league/uri-schemes": "^1.0" "league/uri-schemes": "^1.0"
}, },
"suggest": { "suggest": {
"ext-bcmath": "to improve IPV4 host parsing", "ext-bcmath": "to improve IPV4 host parsing",
"ext-dom": "to convert the URI into an HTML anchor tag",
"ext-fileinfo": "to create Data URI from file contennts", "ext-fileinfo": "to create Data URI from file contennts",
"ext-gmp": "to improve IPV4 host parsing", "ext-gmp": "to improve IPV4 host parsing",
"ext-intl": "to handle IDN host with the best performance", "ext-intl": "to handle IDN host with the best performance",
"ext-uri": "to use the PHP native URI class",
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain", "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
"league/uri-components": "Needed to easily manipulate URI objects components", "league/uri-components": "Needed to easily manipulate URI objects components",
"league/uri-polyfill": "Needed to backport the PHP URI extension for older versions of PHP",
"php-64bit": "to improve IPV4 host parsing", "php-64bit": "to improve IPV4 host parsing",
"rowbot/url": "to handle WHATWG URL",
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
}, },
"type": "library", "type": "library",
@ -2721,6 +2726,7 @@
"description": "URI manipulation library", "description": "URI manipulation library",
"homepage": "https://uri.thephpleague.com", "homepage": "https://uri.thephpleague.com",
"keywords": [ "keywords": [
"URN",
"data-uri", "data-uri",
"file-uri", "file-uri",
"ftp", "ftp",
@ -2733,9 +2739,11 @@
"psr-7", "psr-7",
"query-string", "query-string",
"querystring", "querystring",
"rfc2141",
"rfc3986", "rfc3986",
"rfc3987", "rfc3987",
"rfc6570", "rfc6570",
"rfc8141",
"uri", "uri",
"uri-template", "uri-template",
"url", "url",
@ -2745,7 +2753,7 @@
"docs": "https://uri.thephpleague.com", "docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com", "forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues", "issues": "https://github.com/thephpleague/uri-src/issues",
"source": "https://github.com/thephpleague/uri/tree/7.5.1" "source": "https://github.com/thephpleague/uri/tree/7.6.0"
}, },
"funding": [ "funding": [
{ {
@ -2753,26 +2761,25 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-12-08T08:40:02+00:00" "time": "2025-11-18T12:17:23+00:00"
}, },
{ {
"name": "league/uri-interfaces", "name": "league/uri-interfaces",
"version": "7.5.0", "version": "7.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git", "url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742" "reference": "ccbfb51c0445298e7e0b7f4481b942f589665368"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742", "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/ccbfb51c0445298e7e0b7f4481b942f589665368",
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742", "reference": "ccbfb51c0445298e7e0b7f4481b942f589665368",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-filter": "*", "ext-filter": "*",
"php": "^8.1", "php": "^8.1",
"psr/http-factory": "^1",
"psr/http-message": "^1.1 || ^2.0" "psr/http-message": "^1.1 || ^2.0"
}, },
"suggest": { "suggest": {
@ -2780,6 +2787,7 @@
"ext-gmp": "to improve IPV4 host parsing", "ext-gmp": "to improve IPV4 host parsing",
"ext-intl": "to handle IDN host with the best performance", "ext-intl": "to handle IDN host with the best performance",
"php-64bit": "to improve IPV4 host parsing", "php-64bit": "to improve IPV4 host parsing",
"rowbot/url": "to handle WHATWG URL",
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
}, },
"type": "library", "type": "library",
@ -2804,7 +2812,7 @@
"homepage": "https://nyamsprod.com" "homepage": "https://nyamsprod.com"
} }
], ],
"description": "Common interfaces and classes for URI representation and interaction", "description": "Common tools for parsing and resolving RFC3987/RFC3986 URI",
"homepage": "https://uri.thephpleague.com", "homepage": "https://uri.thephpleague.com",
"keywords": [ "keywords": [
"data-uri", "data-uri",
@ -2829,7 +2837,7 @@
"docs": "https://uri.thephpleague.com", "docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com", "forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues", "issues": "https://github.com/thephpleague/uri-src/issues",
"source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0" "source": "https://github.com/thephpleague/uri-interfaces/tree/7.6.0"
}, },
"funding": [ "funding": [
{ {
@ -2837,20 +2845,20 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-12-08T08:18:47+00:00" "time": "2025-11-18T12:17:23+00:00"
}, },
{ {
"name": "livewire/flux", "name": "livewire/flux",
"version": "v2.6.1", "version": "v2.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/livewire/flux.git", "url": "https://github.com/livewire/flux.git",
"reference": "227b88db0a02db91666af2303ea6727a3af78c51" "reference": "beff0f35bfe8c322198bec1968f0fcdddf4b4455"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/livewire/flux/zipball/227b88db0a02db91666af2303ea6727a3af78c51", "url": "https://api.github.com/repos/livewire/flux/zipball/beff0f35bfe8c322198bec1968f0fcdddf4b4455",
"reference": "227b88db0a02db91666af2303ea6727a3af78c51", "reference": "beff0f35bfe8c322198bec1968f0fcdddf4b4455",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2901,22 +2909,22 @@
], ],
"support": { "support": {
"issues": "https://github.com/livewire/flux/issues", "issues": "https://github.com/livewire/flux/issues",
"source": "https://github.com/livewire/flux/tree/v2.6.1" "source": "https://github.com/livewire/flux/tree/v2.6.2"
}, },
"time": "2025-10-28T21:12:05+00:00" "time": "2025-11-18T18:22:26+00:00"
}, },
{ {
"name": "livewire/livewire", "name": "livewire/livewire",
"version": "v3.6.4", "version": "v3.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/livewire/livewire.git", "url": "https://github.com/livewire/livewire.git",
"reference": "ef04be759da41b14d2d129e670533180a44987dc" "reference": "f5f9efe6d5a7059116bd695a89d95ceedf33f3cb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/ef04be759da41b14d2d129e670533180a44987dc", "url": "https://api.github.com/repos/livewire/livewire/zipball/f5f9efe6d5a7059116bd695a89d95ceedf33f3cb",
"reference": "ef04be759da41b14d2d129e670533180a44987dc", "reference": "f5f9efe6d5a7059116bd695a89d95ceedf33f3cb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2971,7 +2979,7 @@
"description": "A front-end framework for Laravel.", "description": "A front-end framework for Laravel.",
"support": { "support": {
"issues": "https://github.com/livewire/livewire/issues", "issues": "https://github.com/livewire/livewire/issues",
"source": "https://github.com/livewire/livewire/tree/v3.6.4" "source": "https://github.com/livewire/livewire/tree/v3.7.0"
}, },
"funding": [ "funding": [
{ {
@ -2979,20 +2987,20 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-07-17T05:12:15+00:00" "time": "2025-11-12T17:58:16+00:00"
}, },
{ {
"name": "livewire/volt", "name": "livewire/volt",
"version": "v1.9.0", "version": "v1.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/livewire/volt.git", "url": "https://github.com/livewire/volt.git",
"reference": "4b289eef2f15398987a923d9f813cad6a6a19ea4" "reference": "79a5e2367944aad6f4af9edef31a3d688cc8875c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/livewire/volt/zipball/4b289eef2f15398987a923d9f813cad6a6a19ea4", "url": "https://api.github.com/repos/livewire/volt/zipball/79a5e2367944aad6f4af9edef31a3d688cc8875c",
"reference": "4b289eef2f15398987a923d9f813cad6a6a19ea4", "reference": "79a5e2367944aad6f4af9edef31a3d688cc8875c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3051,7 +3059,7 @@
"issues": "https://github.com/livewire/volt/issues", "issues": "https://github.com/livewire/volt/issues",
"source": "https://github.com/livewire/volt" "source": "https://github.com/livewire/volt"
}, },
"time": "2025-10-30T02:46:00+00:00" "time": "2025-11-14T15:10:57+00:00"
}, },
{ {
"name": "maennchen/zipstream-php", "name": "maennchen/zipstream-php",
@ -3619,31 +3627,31 @@
}, },
{ {
"name": "nunomaduro/termwind", "name": "nunomaduro/termwind",
"version": "v2.3.2", "version": "v2.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nunomaduro/termwind.git", "url": "https://github.com/nunomaduro/termwind.git",
"reference": "eb61920a53057a7debd718a5b89c2178032b52c0" "reference": "6fb2a640ff502caace8e05fd7be3b503a7e1c017"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/eb61920a53057a7debd718a5b89c2178032b52c0", "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/6fb2a640ff502caace8e05fd7be3b503a7e1c017",
"reference": "eb61920a53057a7debd718a5b89c2178032b52c0", "reference": "6fb2a640ff502caace8e05fd7be3b503a7e1c017",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"php": "^8.2", "php": "^8.2",
"symfony/console": "^7.3.4" "symfony/console": "^7.3.6"
}, },
"require-dev": { "require-dev": {
"illuminate/console": "^11.46.1", "illuminate/console": "^11.46.1",
"laravel/pint": "^1.25.1", "laravel/pint": "^1.25.1",
"mockery/mockery": "^1.6.12", "mockery/mockery": "^1.6.12",
"pestphp/pest": "^2.36.0 || ^3.8.4", "pestphp/pest": "^2.36.0 || ^3.8.4 || ^4.1.3",
"phpstan/phpstan": "^1.12.32", "phpstan/phpstan": "^1.12.32",
"phpstan/phpstan-strict-rules": "^1.6.2", "phpstan/phpstan-strict-rules": "^1.6.2",
"symfony/var-dumper": "^7.3.4", "symfony/var-dumper": "^7.3.5",
"thecodingmachine/phpstan-strict-rules": "^1.0.0" "thecodingmachine/phpstan-strict-rules": "^1.0.0"
}, },
"type": "library", "type": "library",
@ -3686,7 +3694,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/nunomaduro/termwind/issues", "issues": "https://github.com/nunomaduro/termwind/issues",
"source": "https://github.com/nunomaduro/termwind/tree/v2.3.2" "source": "https://github.com/nunomaduro/termwind/tree/v2.3.3"
}, },
"funding": [ "funding": [
{ {
@ -3702,7 +3710,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-10-18T11:10:27+00:00" "time": "2025-11-20T02:34:59+00:00"
}, },
{ {
"name": "paragonie/constant_time_encoding", "name": "paragonie/constant_time_encoding",
@ -4699,16 +4707,16 @@
}, },
{ {
"name": "spatie/browsershot", "name": "spatie/browsershot",
"version": "5.0.11", "version": "5.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/browsershot.git", "url": "https://github.com/spatie/browsershot.git",
"reference": "f84d9c332899596d0884922772593a10e3925969" "reference": "e942e419947c5148f1d0014b334a7de1f6fe5d9a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/browsershot/zipball/f84d9c332899596d0884922772593a10e3925969", "url": "https://api.github.com/repos/spatie/browsershot/zipball/e942e419947c5148f1d0014b334a7de1f6fe5d9a",
"reference": "f84d9c332899596d0884922772593a10e3925969", "reference": "e942e419947c5148f1d0014b334a7de1f6fe5d9a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4719,10 +4727,10 @@
"symfony/process": "^6.0|^7.0" "symfony/process": "^6.0|^7.0"
}, },
"require-dev": { "require-dev": {
"pestphp/pest": "^3.0", "pestphp/pest": "^3.0|^4.0",
"spatie/image": "^3.6", "spatie/image": "^3.6",
"spatie/pdf-to-text": "^1.52", "spatie/pdf-to-text": "^1.52",
"spatie/phpunit-snapshot-assertions": "^4.2.3|^5.0" "spatie/phpunit-snapshot-assertions": "^5.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -4755,7 +4763,7 @@
"webpage" "webpage"
], ],
"support": { "support": {
"source": "https://github.com/spatie/browsershot/tree/5.0.11" "source": "https://github.com/spatie/browsershot/tree/5.1.0"
}, },
"funding": [ "funding": [
{ {
@ -4763,7 +4771,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-10-08T07:40:52+00:00" "time": "2025-11-17T08:47:07+00:00"
}, },
{ {
"name": "spatie/laravel-package-tools", "name": "spatie/laravel-package-tools",
@ -8414,25 +8422,25 @@
}, },
{ {
"name": "laravel/boost", "name": "laravel/boost",
"version": "v1.8.0", "version": "v1.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/boost.git", "url": "https://github.com/laravel/boost.git",
"reference": "3475be16be7552b11c57ce18a0c5e204d696da50" "reference": "cf57ba510df44e0d4ed2c1c91360477e92d7d644"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/boost/zipball/3475be16be7552b11c57ce18a0c5e204d696da50", "url": "https://api.github.com/repos/laravel/boost/zipball/cf57ba510df44e0d4ed2c1c91360477e92d7d644",
"reference": "3475be16be7552b11c57ce18a0c5e204d696da50", "reference": "cf57ba510df44e0d4ed2c1c91360477e92d7d644",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"guzzlehttp/guzzle": "^7.10", "guzzlehttp/guzzle": "^7.9",
"illuminate/console": "^10.49.0|^11.45.3|^12.28.1", "illuminate/console": "^10.49.0|^11.45.3|^12.28.1",
"illuminate/contracts": "^10.49.0|^11.45.3|^12.28.1", "illuminate/contracts": "^10.49.0|^11.45.3|^12.28.1",
"illuminate/routing": "^10.49.0|^11.45.3|^12.28.1", "illuminate/routing": "^10.49.0|^11.45.3|^12.28.1",
"illuminate/support": "^10.49.0|^11.45.3|^12.28.1", "illuminate/support": "^10.49.0|^11.45.3|^12.28.1",
"laravel/mcp": "^0.3.2", "laravel/mcp": "^0.3.4",
"laravel/prompts": "0.1.25|^0.3.6", "laravel/prompts": "0.1.25|^0.3.6",
"laravel/roster": "^0.2.9", "laravel/roster": "^0.2.9",
"php": "^8.1" "php": "^8.1"
@ -8476,20 +8484,20 @@
"issues": "https://github.com/laravel/boost/issues", "issues": "https://github.com/laravel/boost/issues",
"source": "https://github.com/laravel/boost" "source": "https://github.com/laravel/boost"
}, },
"time": "2025-11-11T14:15:11+00:00" "time": "2025-11-20T18:13:17+00:00"
}, },
{ {
"name": "laravel/mcp", "name": "laravel/mcp",
"version": "v0.3.3", "version": "v0.3.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/mcp.git", "url": "https://github.com/laravel/mcp.git",
"reference": "feb475f819809e7db0a46e9f2cbcee6d77af2a14" "reference": "0b86fb613a0df971cec89271c674a677c2cb4f77"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/mcp/zipball/feb475f819809e7db0a46e9f2cbcee6d77af2a14", "url": "https://api.github.com/repos/laravel/mcp/zipball/0b86fb613a0df971cec89271c674a677c2cb4f77",
"reference": "feb475f819809e7db0a46e9f2cbcee6d77af2a14", "reference": "0b86fb613a0df971cec89271c674a677c2cb4f77",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8549,7 +8557,7 @@
"issues": "https://github.com/laravel/mcp/issues", "issues": "https://github.com/laravel/mcp/issues",
"source": "https://github.com/laravel/mcp" "source": "https://github.com/laravel/mcp"
}, },
"time": "2025-11-11T22:50:25+00:00" "time": "2025-11-18T14:41:05+00:00"
}, },
{ {
"name": "laravel/pail", "name": "laravel/pail",
@ -8759,16 +8767,16 @@
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",
"version": "v1.48.0", "version": "v1.48.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sail.git", "url": "https://github.com/laravel/sail.git",
"reference": "1bf3b8870b72a258a3b6b5119435835ece522e8a" "reference": "ef122b223f5fca5e5d88bda5127c846710886329"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/1bf3b8870b72a258a3b6b5119435835ece522e8a", "url": "https://api.github.com/repos/laravel/sail/zipball/ef122b223f5fca5e5d88bda5127c846710886329",
"reference": "1bf3b8870b72a258a3b6b5119435835ece522e8a", "reference": "ef122b223f5fca5e5d88bda5127c846710886329",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8818,7 +8826,7 @@
"issues": "https://github.com/laravel/sail/issues", "issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail" "source": "https://github.com/laravel/sail"
}, },
"time": "2025-11-09T14:46:21+00:00" "time": "2025-11-17T22:05:34+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
@ -8965,16 +8973,16 @@
}, },
{ {
"name": "nunomaduro/collision", "name": "nunomaduro/collision",
"version": "v8.8.2", "version": "v8.8.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nunomaduro/collision.git", "url": "https://github.com/nunomaduro/collision.git",
"reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb" "reference": "1dc9e88d105699d0fee8bb18890f41b274f6b4c4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/60207965f9b7b7a4ce15a0f75d57f9dadb105bdb", "url": "https://api.github.com/repos/nunomaduro/collision/zipball/1dc9e88d105699d0fee8bb18890f41b274f6b4c4",
"reference": "60207965f9b7b7a4ce15a0f75d57f9dadb105bdb", "reference": "1dc9e88d105699d0fee8bb18890f41b274f6b4c4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8996,7 +9004,7 @@
"laravel/sanctum": "^4.1.1", "laravel/sanctum": "^4.1.1",
"laravel/tinker": "^2.10.1", "laravel/tinker": "^2.10.1",
"orchestra/testbench-core": "^9.12.0 || ^10.4", "orchestra/testbench-core": "^9.12.0 || ^10.4",
"pestphp/pest": "^3.8.2", "pestphp/pest": "^3.8.2 || ^4.0.0",
"sebastian/environment": "^7.2.1 || ^8.0" "sebastian/environment": "^7.2.1 || ^8.0"
}, },
"type": "library", "type": "library",
@ -9060,20 +9068,20 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2025-06-25T02:12:12+00:00" "time": "2025-11-20T02:55:25+00:00"
}, },
{ {
"name": "pestphp/pest", "name": "pestphp/pest",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pestphp/pest.git", "url": "https://github.com/pestphp/pest.git",
"reference": "477d20a54fd9329ddfb0f8d4eb90dca7bc81b027" "reference": "1a39826935b730b0bcad805013d4b2607b83fe3f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pestphp/pest/zipball/477d20a54fd9329ddfb0f8d4eb90dca7bc81b027", "url": "https://api.github.com/repos/pestphp/pest/zipball/1a39826935b730b0bcad805013d4b2607b83fe3f",
"reference": "477d20a54fd9329ddfb0f8d4eb90dca7bc81b027", "reference": "1a39826935b730b0bcad805013d4b2607b83fe3f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9164,7 +9172,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/pestphp/pest/issues", "issues": "https://github.com/pestphp/pest/issues",
"source": "https://github.com/pestphp/pest/tree/v4.1.3" "source": "https://github.com/pestphp/pest/tree/v4.1.4"
}, },
"funding": [ "funding": [
{ {
@ -9176,7 +9184,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-10-29T22:45:27+00:00" "time": "2025-11-20T02:59:27+00:00"
}, },
{ {
"name": "pestphp/pest-plugin", "name": "pestphp/pest-plugin",
@ -9766,16 +9774,16 @@
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
"version": "5.6.3", "version": "5.6.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9" "reference": "90a04bcbf03784066f16038e87e23a0a83cee3c2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94f8051919d1b0369a6bcc7931d679a511c03fe9", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/90a04bcbf03784066f16038e87e23a0a83cee3c2",
"reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9", "reference": "90a04bcbf03784066f16038e87e23a0a83cee3c2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9824,22 +9832,22 @@
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": { "support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.3" "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.4"
}, },
"time": "2025-08-01T19:43:32+00:00" "time": "2025-11-17T21:13:10+00:00"
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
"version": "1.10.0", "version": "1.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git", "url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a" "reference": "8cbe6100e8971efbf8e2e7da3a202ba83eafd5a3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/8cbe6100e8971efbf8e2e7da3a202ba83eafd5a3",
"reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a", "reference": "8cbe6100e8971efbf8e2e7da3a202ba83eafd5a3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9882,9 +9890,9 @@
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": { "support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues", "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0" "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.11.0"
}, },
"time": "2024-11-09T15:12:26+00:00" "time": "2025-11-19T20:28:58+00:00"
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
@ -11495,16 +11503,16 @@
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",
"version": "1.2.3", "version": "1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/theseer/tokenizer.git", "url": "https://github.com/theseer/tokenizer.git",
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2" "reference": "b7489ce515e168639d17feec34b8847c326b0b3c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c",
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", "reference": "b7489ce515e168639d17feec34b8847c326b0b3c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11533,7 +11541,7 @@
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": { "support": {
"issues": "https://github.com/theseer/tokenizer/issues", "issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/1.2.3" "source": "https://github.com/theseer/tokenizer/tree/1.3.1"
}, },
"funding": [ "funding": [
{ {
@ -11541,7 +11549,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-03-03T12:36:25+00:00" "time": "2025-11-17T20:03:58+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
@ -11614,5 +11622,5 @@
"ext-zip": "*" "ext-zip": "*"
}, },
"platform-dev": {}, "platform-dev": {},
"plugin-api-version": "2.6.0" "plugin-api-version": "2.9.0"
} }