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

This commit is contained in:
Benjamin Nussbaum 2025-12-10 16:43:27 +01:00
parent b6faa2f232
commit fb9469d9cd

299
composer.lock generated
View file

@ -62,16 +62,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.366.1", "version": "3.366.4",
"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": "981ae91529b990987bdb182c11322dd34848976a" "reference": "1861cc8eede21cdaab0732fd44f43f19ddf1effd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/981ae91529b990987bdb182c11322dd34848976a", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/1861cc8eede21cdaab0732fd44f43f19ddf1effd",
"reference": "981ae91529b990987bdb182c11322dd34848976a", "reference": "1861cc8eede21cdaab0732fd44f43f19ddf1effd",
"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.366.1" "source": "https://github.com/aws/aws-sdk-php/tree/3.366.4"
}, },
"time": "2025-12-04T16:55:00+00:00" "time": "2025-12-09T19:21:22+00:00"
}, },
{ {
"name": "bnussbau/laravel-trmnl-blade", "name": "bnussbau/laravel-trmnl-blade",
@ -1617,16 +1617,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v12.41.1", "version": "v12.42.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "3e229b05935fd0300c632fb1f718c73046d664fc" "reference": "509b33095564c5165366d81bbaa0afaac28abe75"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/3e229b05935fd0300c632fb1f718c73046d664fc", "url": "https://api.github.com/repos/laravel/framework/zipball/509b33095564c5165366d81bbaa0afaac28abe75",
"reference": "3e229b05935fd0300c632fb1f718c73046d664fc", "reference": "509b33095564c5165366d81bbaa0afaac28abe75",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1714,6 +1714,7 @@
"illuminate/process": "self.version", "illuminate/process": "self.version",
"illuminate/queue": "self.version", "illuminate/queue": "self.version",
"illuminate/redis": "self.version", "illuminate/redis": "self.version",
"illuminate/reflection": "self.version",
"illuminate/routing": "self.version", "illuminate/routing": "self.version",
"illuminate/session": "self.version", "illuminate/session": "self.version",
"illuminate/support": "self.version", "illuminate/support": "self.version",
@ -1738,7 +1739,7 @@
"league/flysystem-sftp-v3": "^3.25.1", "league/flysystem-sftp-v3": "^3.25.1",
"mockery/mockery": "^1.6.10", "mockery/mockery": "^1.6.10",
"opis/json-schema": "^2.4.1", "opis/json-schema": "^2.4.1",
"orchestra/testbench-core": "^10.8.0", "orchestra/testbench-core": "^10.8.1",
"pda/pheanstalk": "^5.0.6|^7.0.0", "pda/pheanstalk": "^5.0.6|^7.0.0",
"php-http/discovery": "^1.15", "php-http/discovery": "^1.15",
"phpstan/phpstan": "^2.0", "phpstan/phpstan": "^2.0",
@ -1800,6 +1801,7 @@
"src/Illuminate/Filesystem/functions.php", "src/Illuminate/Filesystem/functions.php",
"src/Illuminate/Foundation/helpers.php", "src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Log/functions.php", "src/Illuminate/Log/functions.php",
"src/Illuminate/Reflection/helpers.php",
"src/Illuminate/Support/functions.php", "src/Illuminate/Support/functions.php",
"src/Illuminate/Support/helpers.php" "src/Illuminate/Support/helpers.php"
], ],
@ -1808,7 +1810,8 @@
"Illuminate\\Support\\": [ "Illuminate\\Support\\": [
"src/Illuminate/Macroable/", "src/Illuminate/Macroable/",
"src/Illuminate/Collections/", "src/Illuminate/Collections/",
"src/Illuminate/Conditionable/" "src/Illuminate/Conditionable/",
"src/Illuminate/Reflection/"
] ]
} }
}, },
@ -1832,7 +1835,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-12-03T01:02:13+00:00" "time": "2025-12-09T15:51:23+00:00"
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
@ -2019,16 +2022,16 @@
}, },
{ {
"name": "laravel/socialite", "name": "laravel/socialite",
"version": "v5.23.2", "version": "v5.24.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/socialite.git", "url": "https://github.com/laravel/socialite.git",
"reference": "41e65d53762d33d617bf0253330d672cb95e624b" "reference": "1d19358c28e8951dde6e36603b89d8f09e6cfbfd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/socialite/zipball/41e65d53762d33d617bf0253330d672cb95e624b", "url": "https://api.github.com/repos/laravel/socialite/zipball/1d19358c28e8951dde6e36603b89d8f09e6cfbfd",
"reference": "41e65d53762d33d617bf0253330d672cb95e624b", "reference": "1d19358c28e8951dde6e36603b89d8f09e6cfbfd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2087,7 +2090,7 @@
"issues": "https://github.com/laravel/socialite/issues", "issues": "https://github.com/laravel/socialite/issues",
"source": "https://github.com/laravel/socialite" "source": "https://github.com/laravel/socialite"
}, },
"time": "2025-11-21T14:00:38+00:00" "time": "2025-12-09T15:37:06+00:00"
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
@ -2666,20 +2669,20 @@
}, },
{ {
"name": "league/uri", "name": "league/uri",
"version": "7.6.0", "version": "7.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/uri.git", "url": "https://github.com/thephpleague/uri.git",
"reference": "f625804987a0a9112d954f9209d91fec52182344" "reference": "8d587cddee53490f9b82bf203d3a9aa7ea4f9807"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/f625804987a0a9112d954f9209d91fec52182344", "url": "https://api.github.com/repos/thephpleague/uri/zipball/8d587cddee53490f9b82bf203d3a9aa7ea4f9807",
"reference": "f625804987a0a9112d954f9209d91fec52182344", "reference": "8d587cddee53490f9b82bf203d3a9aa7ea4f9807",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"league/uri-interfaces": "^7.6", "league/uri-interfaces": "^7.7",
"php": "^8.1", "php": "^8.1",
"psr/http-factory": "^1" "psr/http-factory": "^1"
}, },
@ -2752,7 +2755,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.6.0" "source": "https://github.com/thephpleague/uri/tree/7.7.0"
}, },
"funding": [ "funding": [
{ {
@ -2760,20 +2763,20 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-11-18T12:17:23+00:00" "time": "2025-12-07T16:02:06+00:00"
}, },
{ {
"name": "league/uri-interfaces", "name": "league/uri-interfaces",
"version": "7.6.0", "version": "7.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git", "url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "ccbfb51c0445298e7e0b7f4481b942f589665368" "reference": "62ccc1a0435e1c54e10ee6022df28d6c04c2946c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/ccbfb51c0445298e7e0b7f4481b942f589665368", "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/62ccc1a0435e1c54e10ee6022df28d6c04c2946c",
"reference": "ccbfb51c0445298e7e0b7f4481b942f589665368", "reference": "62ccc1a0435e1c54e10ee6022df28d6c04c2946c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2836,7 +2839,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.6.0" "source": "https://github.com/thephpleague/uri-interfaces/tree/7.7.0"
}, },
"funding": [ "funding": [
{ {
@ -2844,7 +2847,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-11-18T12:17:23+00:00" "time": "2025-12-07T16:03:21+00:00"
}, },
{ {
"name": "livewire/flux", "name": "livewire/flux",
@ -3061,16 +3064,16 @@
}, },
{ {
"name": "maennchen/zipstream-php", "name": "maennchen/zipstream-php",
"version": "3.2.0", "version": "3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maennchen/ZipStream-PHP.git", "url": "https://github.com/maennchen/ZipStream-PHP.git",
"reference": "9712d8fa4cdf9240380b01eb4be55ad8dcf71416" "reference": "682f1098a8fddbaf43edac2306a691c7ad508ec5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/9712d8fa4cdf9240380b01eb4be55ad8dcf71416", "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/682f1098a8fddbaf43edac2306a691c7ad508ec5",
"reference": "9712d8fa4cdf9240380b01eb4be55ad8dcf71416", "reference": "682f1098a8fddbaf43edac2306a691c7ad508ec5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3081,7 +3084,7 @@
"require-dev": { "require-dev": {
"brianium/paratest": "^7.7", "brianium/paratest": "^7.7",
"ext-zip": "*", "ext-zip": "*",
"friendsofphp/php-cs-fixer": "^3.16", "friendsofphp/php-cs-fixer": "^3.86",
"guzzlehttp/guzzle": "^7.5", "guzzlehttp/guzzle": "^7.5",
"mikey179/vfsstream": "^1.6", "mikey179/vfsstream": "^1.6",
"php-coveralls/php-coveralls": "^2.5", "php-coveralls/php-coveralls": "^2.5",
@ -3127,7 +3130,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/maennchen/ZipStream-PHP/issues", "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
"source": "https://github.com/maennchen/ZipStream-PHP/tree/3.2.0" "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.2.1"
}, },
"funding": [ "funding": [
{ {
@ -3135,7 +3138,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-07-17T11:15:13+00:00" "time": "2025-12-10T09:58:31+00:00"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
@ -3567,16 +3570,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v5.6.2", "version": "v5.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "3a454ca033b9e06b63282ce19562e892747449bb" "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
"reference": "3a454ca033b9e06b63282ce19562e892747449bb", "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3619,9 +3622,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nikic/PHP-Parser/issues", "issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.6.2" "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
}, },
"time": "2025-10-21T19:32:17+00:00" "time": "2025-12-06T11:56:16+00:00"
}, },
{ {
"name": "nunomaduro/termwind", "name": "nunomaduro/termwind",
@ -4479,16 +4482,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.12.15", "version": "v0.12.16",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "38953bc71491c838fcb6ebcbdc41ab7483cd549c" "reference": "ee6d5028be4774f56c6c2c85ec4e6bc9acfe6b67"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/38953bc71491c838fcb6ebcbdc41ab7483cd549c", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/ee6d5028be4774f56c6c2c85ec4e6bc9acfe6b67",
"reference": "38953bc71491c838fcb6ebcbdc41ab7483cd549c", "reference": "ee6d5028be4774f56c6c2c85ec4e6bc9acfe6b67",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4496,8 +4499,8 @@
"ext-tokenizer": "*", "ext-tokenizer": "*",
"nikic/php-parser": "^5.0 || ^4.0", "nikic/php-parser": "^5.0 || ^4.0",
"php": "^8.0 || ^7.4", "php": "^8.0 || ^7.4",
"symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4", "symfony/console": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
"symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4" "symfony/var-dumper": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
}, },
"conflict": { "conflict": {
"symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
@ -4552,9 +4555,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/bobthecow/psysh/issues", "issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.12.15" "source": "https://github.com/bobthecow/psysh/tree/v0.12.16"
}, },
"time": "2025-11-28T00:00:14+00:00" "time": "2025-12-07T03:39:01+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
@ -5023,16 +5026,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v7.4.0", "version": "v7.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "0bc0f45254b99c58d45a8fbf9fb955d46cbd1bb8" "reference": "6d9f0fbf2ec2e9785880096e3abd0ca0c88b506e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/0bc0f45254b99c58d45a8fbf9fb955d46cbd1bb8", "url": "https://api.github.com/repos/symfony/console/zipball/6d9f0fbf2ec2e9785880096e3abd0ca0c88b506e",
"reference": "0bc0f45254b99c58d45a8fbf9fb955d46cbd1bb8", "reference": "6d9f0fbf2ec2e9785880096e3abd0ca0c88b506e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5097,7 +5100,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v7.4.0" "source": "https://github.com/symfony/console/tree/v7.4.1"
}, },
"funding": [ "funding": [
{ {
@ -5117,7 +5120,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-11-27T13:27:24+00:00" "time": "2025-12-05T15:23:39+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
@ -5500,16 +5503,16 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v8.0.0", "version": "v8.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "7fc96ae83372620eaba3826874f46e26295768ca" "reference": "d937d400b980523dc9ee946bb69972b5e619058d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/7fc96ae83372620eaba3826874f46e26295768ca", "url": "https://api.github.com/repos/symfony/filesystem/zipball/d937d400b980523dc9ee946bb69972b5e619058d",
"reference": "7fc96ae83372620eaba3826874f46e26295768ca", "reference": "d937d400b980523dc9ee946bb69972b5e619058d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5546,7 +5549,7 @@
"description": "Provides basic utilities for the filesystem", "description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/filesystem/tree/v8.0.0" "source": "https://github.com/symfony/filesystem/tree/v8.0.1"
}, },
"funding": [ "funding": [
{ {
@ -5566,7 +5569,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-11-05T14:36:47+00:00" "time": "2025-12-01T09:13:36+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
@ -5638,16 +5641,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v7.4.0", "version": "v7.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "769c1720b68e964b13b58529c17d4a385c62167b" "reference": "bd1af1e425811d6f077db240c3a588bdb405cd27"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/769c1720b68e964b13b58529c17d4a385c62167b", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/bd1af1e425811d6f077db240c3a588bdb405cd27",
"reference": "769c1720b68e964b13b58529c17d4a385c62167b", "reference": "bd1af1e425811d6f077db240c3a588bdb405cd27",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5696,7 +5699,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v7.4.0" "source": "https://github.com/symfony/http-foundation/tree/v7.4.1"
}, },
"funding": [ "funding": [
{ {
@ -5716,20 +5719,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-11-13T08:49:24+00:00" "time": "2025-12-07T11:13:10+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v7.4.0", "version": "v7.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "7348193cd384495a755554382e4526f27c456085" "reference": "f6e6f0a5fa8763f75a504b930163785fb6dd055f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/7348193cd384495a755554382e4526f27c456085", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/f6e6f0a5fa8763f75a504b930163785fb6dd055f",
"reference": "7348193cd384495a755554382e4526f27c456085", "reference": "f6e6f0a5fa8763f75a504b930163785fb6dd055f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5815,7 +5818,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v7.4.0" "source": "https://github.com/symfony/http-kernel/tree/v7.4.2"
}, },
"funding": [ "funding": [
{ {
@ -5835,7 +5838,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-11-27T13:38:24+00:00" "time": "2025-12-08T07:43:37+00:00"
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
@ -7078,16 +7081,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v8.0.0", "version": "v8.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "f929eccf09531078c243df72398560e32fa4cf4f" "reference": "ba65a969ac918ce0cc3edfac6cdde847eba231dc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/f929eccf09531078c243df72398560e32fa4cf4f", "url": "https://api.github.com/repos/symfony/string/zipball/ba65a969ac918ce0cc3edfac6cdde847eba231dc",
"reference": "f929eccf09531078c243df72398560e32fa4cf4f", "reference": "ba65a969ac918ce0cc3edfac6cdde847eba231dc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7144,7 +7147,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v8.0.0" "source": "https://github.com/symfony/string/tree/v8.0.1"
}, },
"funding": [ "funding": [
{ {
@ -7164,20 +7167,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-09-11T14:37:55+00:00" "time": "2025-12-01T09:13:36+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v8.0.0", "version": "v8.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "82ab368a6fca6358d995b6dd5c41590fb42c03e6" "reference": "770e3b8b0ba8360958abedcabacd4203467333ca"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/82ab368a6fca6358d995b6dd5c41590fb42c03e6", "url": "https://api.github.com/repos/symfony/translation/zipball/770e3b8b0ba8360958abedcabacd4203467333ca",
"reference": "82ab368a6fca6358d995b6dd5c41590fb42c03e6", "reference": "770e3b8b0ba8360958abedcabacd4203467333ca",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7237,7 +7240,7 @@
"description": "Provides tools to internationalize your application", "description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/translation/tree/v8.0.0" "source": "https://github.com/symfony/translation/tree/v8.0.1"
}, },
"funding": [ "funding": [
{ {
@ -7257,7 +7260,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-11-27T08:09:45+00:00" "time": "2025-12-01T09:13:36+00:00"
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
@ -7589,16 +7592,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v7.4.0", "version": "v7.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "6c84a4b55aee4cd02034d1c528e83f69ddf63810" "reference": "24dd4de28d2e3988b311751ac49e684d783e2345"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/6c84a4b55aee4cd02034d1c528e83f69ddf63810", "url": "https://api.github.com/repos/symfony/yaml/zipball/24dd4de28d2e3988b311751ac49e684d783e2345",
"reference": "6c84a4b55aee4cd02034d1c528e83f69ddf63810", "reference": "24dd4de28d2e3988b311751ac49e684d783e2345",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7641,7 +7644,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v7.4.0" "source": "https://github.com/symfony/yaml/tree/v7.4.1"
}, },
"funding": [ "funding": [
{ {
@ -7661,7 +7664,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-11-16T10:14:42+00:00" "time": "2025-12-04T18:11:45+00:00"
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",
@ -8544,16 +8547,16 @@
}, },
{ {
"name": "laravel/boost", "name": "laravel/boost",
"version": "v1.8.4", "version": "v1.8.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/boost.git", "url": "https://github.com/laravel/boost.git",
"reference": "dbdef07edbf101049f6d308654ead2f4324de703" "reference": "99c15c392f3c6f049f0671dd5dc7b6e9a75cfe7e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/boost/zipball/dbdef07edbf101049f6d308654ead2f4324de703", "url": "https://api.github.com/repos/laravel/boost/zipball/99c15c392f3c6f049f0671dd5dc7b6e9a75cfe7e",
"reference": "dbdef07edbf101049f6d308654ead2f4324de703", "reference": "99c15c392f3c6f049f0671dd5dc7b6e9a75cfe7e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8568,10 +8571,10 @@
"php": "^8.1" "php": "^8.1"
}, },
"require-dev": { "require-dev": {
"laravel/pint": "1.20", "laravel/pint": "^1.20.0",
"mockery/mockery": "^1.6.12", "mockery/mockery": "^1.6.12",
"orchestra/testbench": "^8.36.0|^9.15.0|^10.6", "orchestra/testbench": "^8.36.0|^9.15.0|^10.6",
"pestphp/pest": "^2.36.0|^3.8.4", "pestphp/pest": "^2.36.0|^3.8.4|^4.1.5",
"phpstan/phpstan": "^2.1.27", "phpstan/phpstan": "^2.1.27",
"rector/rector": "^2.1" "rector/rector": "^2.1"
}, },
@ -8606,33 +8609,33 @@
"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-12-05T05:54:57+00:00" "time": "2025-12-08T21:54:49+00:00"
}, },
{ {
"name": "laravel/mcp", "name": "laravel/mcp",
"version": "v0.4.1", "version": "v0.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/mcp.git", "url": "https://github.com/laravel/mcp.git",
"reference": "27ab10181d25067de7ace427edb562084d0d0aa3" "reference": "1c7878be3931a19768f791ddf141af29f43fb4ef"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/mcp/zipball/27ab10181d25067de7ace427edb562084d0d0aa3", "url": "https://api.github.com/repos/laravel/mcp/zipball/1c7878be3931a19768f791ddf141af29f43fb4ef",
"reference": "27ab10181d25067de7ace427edb562084d0d0aa3", "reference": "1c7878be3931a19768f791ddf141af29f43fb4ef",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"illuminate/console": "^10.49.0|^11.45.3|^12.28.1", "illuminate/console": "^10.49.0|^11.45.3|^12.41.1",
"illuminate/container": "^10.49.0|^11.45.3|^12.28.1", "illuminate/container": "^10.49.0|^11.45.3|^12.41.1",
"illuminate/contracts": "^10.49.0|^11.45.3|^12.28.1", "illuminate/contracts": "^10.49.0|^11.45.3|^12.41.1",
"illuminate/http": "^10.49.0|^11.45.3|^12.28.1", "illuminate/http": "^10.49.0|^11.45.3|^12.41.1",
"illuminate/json-schema": "^12.28.1", "illuminate/json-schema": "^12.41.1",
"illuminate/routing": "^10.49.0|^11.45.3|^12.28.1", "illuminate/routing": "^10.49.0|^11.45.3|^12.41.1",
"illuminate/support": "^10.49.0|^11.45.3|^12.28.1", "illuminate/support": "^10.49.0|^11.45.3|^12.41.1",
"illuminate/validation": "^10.49.0|^11.45.3|^12.28.1", "illuminate/validation": "^10.49.0|^11.45.3|^12.41.1",
"php": "^8.1" "php": "^8.1"
}, },
"require-dev": { "require-dev": {
@ -8679,7 +8682,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-12-04T17:29:08+00:00" "time": "2025-12-07T15:49:15+00:00"
}, },
{ {
"name": "laravel/pail", "name": "laravel/pail",
@ -8890,16 +8893,16 @@
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",
"version": "v1.50.0", "version": "v1.51.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sail.git", "url": "https://github.com/laravel/sail.git",
"reference": "9177d5de1c8247166b92ea6049c2b069d2a1802f" "reference": "1c74357df034e869250b4365dd445c9f6ba5d068"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/9177d5de1c8247166b92ea6049c2b069d2a1802f", "url": "https://api.github.com/repos/laravel/sail/zipball/1c74357df034e869250b4365dd445c9f6ba5d068",
"reference": "9177d5de1c8247166b92ea6049c2b069d2a1802f", "reference": "1c74357df034e869250b4365dd445c9f6ba5d068",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8949,7 +8952,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-12-03T17:16:36+00:00" "time": "2025-12-09T13:33:49+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
@ -9670,16 +9673,16 @@
}, },
{ {
"name": "pestphp/pest-plugin-profanity", "name": "pestphp/pest-plugin-profanity",
"version": "v4.2.0", "version": "v4.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pestphp/pest-plugin-profanity.git", "url": "https://github.com/pestphp/pest-plugin-profanity.git",
"reference": "c37e5e2c7136ee4eae12082e7952332bc1c6600a" "reference": "343cfa6f3564b7e35df0ebb77b7fa97039f72b27"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pestphp/pest-plugin-profanity/zipball/c37e5e2c7136ee4eae12082e7952332bc1c6600a", "url": "https://api.github.com/repos/pestphp/pest-plugin-profanity/zipball/343cfa6f3564b7e35df0ebb77b7fa97039f72b27",
"reference": "c37e5e2c7136ee4eae12082e7952332bc1c6600a", "reference": "343cfa6f3564b7e35df0ebb77b7fa97039f72b27",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9720,9 +9723,9 @@
"unit" "unit"
], ],
"support": { "support": {
"source": "https://github.com/pestphp/pest-plugin-profanity/tree/v4.2.0" "source": "https://github.com/pestphp/pest-plugin-profanity/tree/v4.2.1"
}, },
"time": "2025-10-28T23:14:11+00:00" "time": "2025-12-08T00:13:17+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",
@ -10119,23 +10122,23 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "12.5.0", "version": "12.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "bca180c050dd3ae15f87c26d25cabb34fe1a0a5a" "reference": "c467c59a4f6e04b942be422844e7a6352fa01b57"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/bca180c050dd3ae15f87c26d25cabb34fe1a0a5a", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c467c59a4f6e04b942be422844e7a6352fa01b57",
"reference": "bca180c050dd3ae15f87c26d25cabb34fe1a0a5a", "reference": "c467c59a4f6e04b942be422844e7a6352fa01b57",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-libxml": "*", "ext-libxml": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"nikic/php-parser": "^5.6.2", "nikic/php-parser": "^5.7.0",
"php": ">=8.3", "php": ">=8.3",
"phpunit/php-file-iterator": "^6.0", "phpunit/php-file-iterator": "^6.0",
"phpunit/php-text-template": "^5.0", "phpunit/php-text-template": "^5.0",
@ -10143,10 +10146,10 @@
"sebastian/environment": "^8.0.3", "sebastian/environment": "^8.0.3",
"sebastian/lines-of-code": "^4.0", "sebastian/lines-of-code": "^4.0",
"sebastian/version": "^6.0", "sebastian/version": "^6.0",
"theseer/tokenizer": "^1.3.1" "theseer/tokenizer": "^2.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^12.4.4" "phpunit/phpunit": "^12.5.1"
}, },
"suggest": { "suggest": {
"ext-pcov": "PHP extension that provides line coverage", "ext-pcov": "PHP extension that provides line coverage",
@ -10184,7 +10187,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.5.0" "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.5.1"
}, },
"funding": [ "funding": [
{ {
@ -10204,7 +10207,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-11-29T07:15:54+00:00" "time": "2025-12-08T07:17:58+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
@ -10558,21 +10561,21 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "2.2.11", "version": "2.2.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "7bd21a40b0332b93d4bfee284093d7400696902d" "reference": "6d56bb0e94d4df4f57a78610550ac76ab403657d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/7bd21a40b0332b93d4bfee284093d7400696902d", "url": "https://api.github.com/repos/rectorphp/rector/zipball/6d56bb0e94d4df4f57a78610550ac76ab403657d",
"reference": "7bd21a40b0332b93d4bfee284093d7400696902d", "reference": "6d56bb0e94d4df4f57a78610550ac76ab403657d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4|^8.0", "php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.32" "phpstan/phpstan": "^2.1.33"
}, },
"conflict": { "conflict": {
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
@ -10606,7 +10609,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.2.11" "source": "https://github.com/rectorphp/rector/tree/2.2.14"
}, },
"funding": [ "funding": [
{ {
@ -10614,7 +10617,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-12-02T11:23:46+00:00" "time": "2025-12-09T10:57:55+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
@ -11626,23 +11629,23 @@
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",
"version": "1.3.1", "version": "2.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/theseer/tokenizer.git", "url": "https://github.com/theseer/tokenizer.git",
"reference": "b7489ce515e168639d17feec34b8847c326b0b3c" "reference": "7989e43bf381af0eac72e4f0ca5bcbfa81658be4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/7989e43bf381af0eac72e4f0ca5bcbfa81658be4",
"reference": "b7489ce515e168639d17feec34b8847c326b0b3c", "reference": "7989e43bf381af0eac72e4f0ca5bcbfa81658be4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-tokenizer": "*", "ext-tokenizer": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"php": "^7.2 || ^8.0" "php": "^8.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -11664,7 +11667,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.3.1" "source": "https://github.com/theseer/tokenizer/tree/2.0.1"
}, },
"funding": [ "funding": [
{ {
@ -11672,7 +11675,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-11-17T20:03:58+00:00" "time": "2025-12-08T11:19:18+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",