Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate
cbaec28918 chore(deps): update php dependencies to v2.4.10
Some checks failed
Tests / build-npm (pull_request) Has been cancelled
Tests / validate-composer (pull_request) Has been cancelled
Tests / phpcs (pull_request) Has been cancelled
Tests / phpstan (pull_request) Has been cancelled
Tests / tests (pull_request) Has been cancelled
2026-06-18 10:18:15 +00:00

48
composer.lock generated
View File

@@ -1006,23 +1006,25 @@
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
"version": "2.8.0", "version": "2.12.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "21dc724a0583619cd1652f673303492272778051" "reference": "172ef2f4e9824c1e058b7f30be8ae25a02c0f2b7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", "url": "https://api.github.com/repos/guzzle/psr7/zipball/172ef2f4e9824c1e058b7f30be8ae25a02c0f2b7",
"reference": "21dc724a0583619cd1652f673303492272778051", "reference": "172ef2f4e9824c1e058b7f30be8ae25a02c0f2b7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2.5 || ^8.0", "php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0", "psr/http-factory": "^1.0",
"psr/http-message": "^1.1 || ^2.0", "psr/http-message": "^1.1 || ^2.0",
"ralouphie/getallheaders": "^3.0" "ralouphie/getallheaders": "^3.0",
"symfony/deprecation-contracts": "^2.5 || ^3.0",
"symfony/polyfill-php80": "^1.24"
}, },
"provide": { "provide": {
"psr/http-factory-implementation": "1.0", "psr/http-factory-implementation": "1.0",
@@ -1030,8 +1032,9 @@
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2", "bamarni/composer-bin-plugin": "^1.8.2",
"http-interop/http-factory-tests": "0.9.0", "http-interop/http-factory-tests": "1.1.0",
"phpunit/phpunit": "^8.5.44 || ^9.6.25" "jshttp/mime-db": "1.54.0.1",
"phpunit/phpunit": "^8.5.52 || ^9.6.34"
}, },
"suggest": { "suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@@ -1102,7 +1105,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/psr7/issues", "issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.8.0" "source": "https://github.com/guzzle/psr7/tree/2.12.1"
}, },
"funding": [ "funding": [
{ {
@@ -1118,7 +1121,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-23T21:21:41+00:00" "time": "2026-06-18T09:49:37+00:00"
}, },
{ {
"name": "guzzlehttp/uri-template", "name": "guzzlehttp/uri-template",
@@ -6618,16 +6621,16 @@
}, },
{ {
"name": "laravel/boost", "name": "laravel/boost",
"version": "v2.4.8", "version": "v2.4.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/boost.git", "url": "https://github.com/laravel/boost.git",
"reference": "d11d720cf9537f8d236a11d973e99563a598ec9c" "reference": "080189f51c8d27c0792a03483a70adc7770f6eeb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/boost/zipball/d11d720cf9537f8d236a11d973e99563a598ec9c", "url": "https://api.github.com/repos/laravel/boost/zipball/080189f51c8d27c0792a03483a70adc7770f6eeb",
"reference": "d11d720cf9537f8d236a11d973e99563a598ec9c", "reference": "080189f51c8d27c0792a03483a70adc7770f6eeb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6636,7 +6639,7 @@
"illuminate/contracts": "^11.45.3|^12.41.1|^13.0", "illuminate/contracts": "^11.45.3|^12.41.1|^13.0",
"illuminate/routing": "^11.45.3|^12.41.1|^13.0", "illuminate/routing": "^11.45.3|^12.41.1|^13.0",
"illuminate/support": "^11.45.3|^12.41.1|^13.0", "illuminate/support": "^11.45.3|^12.41.1|^13.0",
"laravel/mcp": "^0.5.1|^0.6.0|~0.7.0,<0.7.1", "laravel/mcp": "^0.7.1|^0.8.0",
"laravel/prompts": "^0.3.10", "laravel/prompts": "^0.3.10",
"laravel/roster": "^0.5.0", "laravel/roster": "^0.5.0",
"php": "^8.2" "php": "^8.2"
@@ -6680,20 +6683,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": "2026-05-19T20:09:50+00:00" "time": "2026-06-09T10:21:08+00:00"
}, },
{ {
"name": "laravel/mcp", "name": "laravel/mcp",
"version": "v0.5.5", "version": "v0.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/mcp.git", "url": "https://github.com/laravel/mcp.git",
"reference": "b3327bb75fd2327577281e507e2dbc51649513d6" "reference": "fdc39c9e21048801508765cb4d72bd9e8501b51f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/mcp/zipball/b3327bb75fd2327577281e507e2dbc51649513d6", "url": "https://api.github.com/repos/laravel/mcp/zipball/fdc39c9e21048801508765cb4d72bd9e8501b51f",
"reference": "b3327bb75fd2327577281e507e2dbc51649513d6", "reference": "fdc39c9e21048801508765cb4d72bd9e8501b51f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6707,7 +6710,8 @@
"illuminate/routing": "^11.45.3|^12.41.1|^13.0", "illuminate/routing": "^11.45.3|^12.41.1|^13.0",
"illuminate/support": "^11.45.3|^12.41.1|^13.0", "illuminate/support": "^11.45.3|^12.41.1|^13.0",
"illuminate/validation": "^11.45.3|^12.41.1|^13.0", "illuminate/validation": "^11.45.3|^12.41.1|^13.0",
"php": "^8.2" "php": "^8.2",
"symfony/process": "^7.4.5|^8.0.5"
}, },
"require-dev": { "require-dev": {
"laravel/pint": "^1.20", "laravel/pint": "^1.20",
@@ -6720,7 +6724,7 @@
"extra": { "extra": {
"laravel": { "laravel": {
"aliases": { "aliases": {
"Mcp": "Laravel\\Mcp\\Server\\Facades\\Mcp" "Mcp": "Laravel\\Mcp\\Facades\\Mcp"
}, },
"providers": [ "providers": [
"Laravel\\Mcp\\Server\\McpServiceProvider" "Laravel\\Mcp\\Server\\McpServiceProvider"
@@ -6753,7 +6757,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": "2026-02-05T14:05:18+00:00" "time": "2026-06-11T13:59:49+00:00"
}, },
{ {
"name": "laravel/pail", "name": "laravel/pail",