1 Commits

Author SHA1 Message Date
Renovate
33b6be6f51 chore(deps): update php dependencies to v2.4.11
Some checks failed
Tests / validate-composer (pull_request) Successful in 1m31s
Tests / build-npm (pull_request) Failing after 2m9s
Tests / tests (pull_request) Has been skipped
Tests / phpcs (pull_request) Successful in 31s
Tests / phpstan (pull_request) Has been cancelled
2026-07-05 19:18:42 +00:00
2 changed files with 104 additions and 100 deletions

View File

@@ -12,7 +12,7 @@
"php": "^8.4", "php": "^8.4",
"ext-xmlreader": "*", "ext-xmlreader": "*",
"laravel/framework": "^12.0", "laravel/framework": "^12.0",
"laravel/tinker": "^3.0.0", "laravel/tinker": "^2.10.1",
"ramsey/uuid": "^4.9", "ramsey/uuid": "^4.9",
"tpetry/laravel-postgresql-enhanced": "^3.5", "tpetry/laravel-postgresql-enhanced": "^3.5",
"ext-libxml": "*" "ext-libxml": "*"

202
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e101f5d08430323f617c8ee0da366098", "content-hash": "df024b2432c19a6f3c3a80d4c3951cb1",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@@ -797,25 +797,26 @@
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "7.10.0", "version": "7.13.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" "reference": "bcd989ad36c92d42a3715379af91f2defee5b8dd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/bcd989ad36c92d42a3715379af91f2defee5b8dd",
"reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", "reference": "bcd989ad36c92d42a3715379af91f2defee5b8dd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"guzzlehttp/promises": "^2.3", "guzzlehttp/promises": "^2.5",
"guzzlehttp/psr7": "^2.8", "guzzlehttp/psr7": "^2.12.3",
"php": "^7.2.5 || ^8.0", "php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0", "psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0" "symfony/deprecation-contracts": "^2.5 || ^3.0",
"symfony/polyfill-php80": "^1.25"
}, },
"provide": { "provide": {
"psr/http-client-implementation": "1.0" "psr/http-client-implementation": "1.0"
@@ -823,9 +824,10 @@
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2", "bamarni/composer-bin-plugin": "^1.8.2",
"ext-curl": "*", "ext-curl": "*",
"guzzle/client-integration-tests": "3.0.2", "guzzle/client-integration-tests": "3.0.3",
"guzzlehttp/test-server": "^0.6",
"php-http/message-factory": "^1.1", "php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.39 || ^9.6.20", "phpunit/phpunit": "^8.5.52 || ^9.6.34",
"psr/log": "^1.1 || ^2.0 || ^3.0" "psr/log": "^1.1 || ^2.0 || ^3.0"
}, },
"suggest": { "suggest": {
@@ -903,7 +905,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/guzzle/issues", "issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.10.0" "source": "https://github.com/guzzle/guzzle/tree/7.13.2"
}, },
"funding": [ "funding": [
{ {
@@ -919,28 +921,29 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-23T22:36:01+00:00" "time": "2026-07-05T19:00:11+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
"version": "2.3.0", "version": "2.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/promises.git", "url": "https://github.com/guzzle/promises.git",
"reference": "481557b130ef3790cf82b713667b43030dc9c957" "reference": "4360e982f87f5f258bf872d094647791db2f4c8e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", "url": "https://api.github.com/repos/guzzle/promises/zipball/4360e982f87f5f258bf872d094647791db2f4c8e",
"reference": "481557b130ef3790cf82b713667b43030dc9c957", "reference": "4360e982f87f5f258bf872d094647791db2f4c8e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2.5 || ^8.0" "php": "^7.2.5 || ^8.0",
"symfony/deprecation-contracts": "^2.5 || ^3.0"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2", "bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.44 || ^9.6.25" "phpunit/phpunit": "^8.5.52 || ^9.6.34"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -986,7 +989,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/promises/issues", "issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/2.3.0" "source": "https://github.com/guzzle/promises/tree/2.5.0"
}, },
"funding": [ "funding": [
{ {
@@ -1002,27 +1005,29 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-22T14:34:08+00:00" "time": "2026-06-02T12:23:43+00:00"
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
"version": "2.8.0", "version": "2.12.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "21dc724a0583619cd1652f673303492272778051" "reference": "7ec62dc3f44aa218487dbed81a9bf9bc647be55d"
}, },
"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/7ec62dc3f44aa218487dbed81a9bf9bc647be55d",
"reference": "21dc724a0583619cd1652f673303492272778051", "reference": "7ec62dc3f44aa218487dbed81a9bf9bc647be55d",
"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.25"
}, },
"provide": { "provide": {
"psr/http-factory-implementation": "1.0", "psr/http-factory-implementation": "1.0",
@@ -1030,8 +1035,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 +1108,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.3"
}, },
"funding": [ "funding": [
{ {
@@ -1118,7 +1124,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-23T21:21:41+00:00" "time": "2026-06-23T15:21:08+00:00"
}, },
{ {
"name": "guzzlehttp/uri-template", "name": "guzzlehttp/uri-template",
@@ -1550,33 +1556,33 @@
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
"version": "v3.0.2", "version": "v2.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/tinker.git", "url": "https://github.com/laravel/tinker.git",
"reference": "4faba77764bd33411735936acdf30446d058c78b" "reference": "3d34b97c9a1747a81a3fde90482c092bd8b66468"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/tinker/zipball/4faba77764bd33411735936acdf30446d058c78b", "url": "https://api.github.com/repos/laravel/tinker/zipball/3d34b97c9a1747a81a3fde90482c092bd8b66468",
"reference": "4faba77764bd33411735936acdf30446d058c78b", "reference": "3d34b97c9a1747a81a3fde90482c092bd8b66468",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/console": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"php": "^8.1", "php": "^7.2.5|^8.0",
"psy/psysh": "^0.12.0", "psy/psysh": "^0.11.1|^0.12.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0|^8.0" "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0|^8.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~1.3.3|^1.4.2", "mockery/mockery": "~1.3.3|^1.4.2",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5|^11.5" "phpunit/phpunit": "^8.5.8|^9.3.3|^10.0"
}, },
"suggest": { "suggest": {
"illuminate/database": "The Illuminate Database package (^8.0|^9.0|^10.0|^11.0|^12.0|^13.0)." "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -1584,9 +1590,6 @@
"providers": [ "providers": [
"Laravel\\Tinker\\TinkerServiceProvider" "Laravel\\Tinker\\TinkerServiceProvider"
] ]
},
"branch-alias": {
"dev-master": "3.x-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1613,9 +1616,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/tinker/issues", "issues": "https://github.com/laravel/tinker/issues",
"source": "https://github.com/laravel/tinker/tree/v3.0.2" "source": "https://github.com/laravel/tinker/tree/v2.11.0"
}, },
"time": "2026-03-17T14:54:13+00:00" "time": "2025-12-19T19:16:45+00:00"
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
@@ -6108,21 +6111,22 @@
}, },
{ {
"name": "tpetry/laravel-postgresql-enhanced", "name": "tpetry/laravel-postgresql-enhanced",
"version": "3.7.0", "version": "3.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tpetry/laravel-postgresql-enhanced.git", "url": "https://github.com/tpetry/laravel-postgresql-enhanced.git",
"reference": "a3c9df5f29f188f06645aa9e8c11198101873106" "reference": "a0634a8f90375a065377381df36b8f3d1c7c4b4c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tpetry/laravel-postgresql-enhanced/zipball/a3c9df5f29f188f06645aa9e8c11198101873106", "url": "https://api.github.com/repos/tpetry/laravel-postgresql-enhanced/zipball/a0634a8f90375a065377381df36b8f3d1c7c4b4c",
"reference": "a3c9df5f29f188f06645aa9e8c11198101873106", "reference": "a0634a8f90375a065377381df36b8f3d1c7c4b4c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/dbal": "^2.6|^3.5|^4.0", "doctrine/dbal": "^2.6|^3.5|^4.0",
"laravel/framework": "^6.0|^7.0|^8.79|^9.0|^10.0|^11.0|^12.0|^13.0", "illuminate/database": "^6.0|^7.0|^8.79|^9.0|^10.0|^11.0|^12.0",
"laravel/framework": "*",
"php": "^8.0", "php": "^8.0",
"spatie/regex": "^2.0|^3.0" "spatie/regex": "^2.0|^3.0"
}, },
@@ -6131,12 +6135,11 @@
"friendsofphp/php-cs-fixer": "^2.19.3|^3.5.0", "friendsofphp/php-cs-fixer": "^2.19.3|^3.5.0",
"larastan/larastan": "^1.0|^2.1|^3.0", "larastan/larastan": "^1.0|^2.1|^3.0",
"nesbot/carbon": "^2.7|^3.3", "nesbot/carbon": "^2.7|^3.3",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.15.0|^10.0|^11.0", "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.15.0|^10.0",
"phpstan/extension-installer": "^1.1", "phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.5|^2.0", "phpstan/phpstan": "^1.5|^2.0",
"phpunit/phpunit": "^8.5.23|^9.5.13|^10.5|^11.4", "phpunit/phpunit": "^8.5.23|^9.5.13|^10.5|^11.4",
"ramsey/uuid": "^3.9|^4.7", "ramsey/uuid": "^3.9|^4.7"
"symfony/polyfill-php86": "^1.37"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -6174,9 +6177,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/tpetry/laravel-postgresql-enhanced/issues", "issues": "https://github.com/tpetry/laravel-postgresql-enhanced/issues",
"source": "https://github.com/tpetry/laravel-postgresql-enhanced/tree/3.7.0" "source": "https://github.com/tpetry/laravel-postgresql-enhanced/tree/3.5.0"
}, },
"time": "2026-05-17T10:02:20+00:00" "time": "2025-11-24T10:21:44+00:00"
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
@@ -6621,33 +6624,33 @@
}, },
{ {
"name": "laravel/boost", "name": "laravel/boost",
"version": "v2.1.1", "version": "v2.4.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/boost.git", "url": "https://github.com/laravel/boost.git",
"reference": "1c7d6f44c96937a961056778b9143218b1183302" "reference": "c98fc9d151de97a1864b51fc7c710fc03023ba17"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/boost/zipball/1c7d6f44c96937a961056778b9143218b1183302", "url": "https://api.github.com/repos/laravel/boost/zipball/c98fc9d151de97a1864b51fc7c710fc03023ba17",
"reference": "1c7d6f44c96937a961056778b9143218b1183302", "reference": "c98fc9d151de97a1864b51fc7c710fc03023ba17",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"guzzlehttp/guzzle": "^7.9", "guzzlehttp/guzzle": "^7.9",
"illuminate/console": "^11.45.3|^12.41.1", "illuminate/console": "^11.45.3|^12.41.1|^13.0",
"illuminate/contracts": "^11.45.3|^12.41.1", "illuminate/contracts": "^11.45.3|^12.41.1|^13.0",
"illuminate/routing": "^11.45.3|^12.41.1", "illuminate/routing": "^11.45.3|^12.41.1|^13.0",
"illuminate/support": "^11.45.3|^12.41.1", "illuminate/support": "^11.45.3|^12.41.1|^13.0",
"laravel/mcp": "^0.5.1", "laravel/mcp": "^0.7.1|^0.8.0",
"laravel/prompts": "^0.3.10", "laravel/prompts": "^0.3.10",
"laravel/roster": "^0.2.9", "laravel/roster": "^0.5.0",
"php": "^8.2" "php": "^8.2"
}, },
"require-dev": { "require-dev": {
"laravel/pint": "^1.27.0", "laravel/pint": "^1.27.0",
"mockery/mockery": "^1.6.12", "mockery/mockery": "^1.6.12",
"orchestra/testbench": "^9.15.0|^10.6", "orchestra/testbench": "^9.15.0|^10.6|^11.0",
"pestphp/pest": "^2.36.0|^3.8.4|^4.1.5", "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"
@@ -6683,20 +6686,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-02-06T10:41:29+00:00" "time": "2026-06-26T08:21:49+00:00"
}, },
{ {
"name": "laravel/mcp", "name": "laravel/mcp",
"version": "v0.5.5", "version": "v0.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/mcp.git", "url": "https://github.com/laravel/mcp.git",
"reference": "b3327bb75fd2327577281e507e2dbc51649513d6" "reference": "0c32bf369c6432cab21458f9f4479da33a49ba37"
}, },
"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/0c32bf369c6432cab21458f9f4479da33a49ba37",
"reference": "b3327bb75fd2327577281e507e2dbc51649513d6", "reference": "0c32bf369c6432cab21458f9f4479da33a49ba37",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6710,7 +6713,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",
@@ -6723,7 +6727,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"
@@ -6756,7 +6760,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-25T14:00:45+00:00"
}, },
{ {
"name": "laravel/pail", "name": "laravel/pail",
@@ -6907,31 +6911,31 @@
}, },
{ {
"name": "laravel/roster", "name": "laravel/roster",
"version": "v0.2.9", "version": "v0.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/roster.git", "url": "https://github.com/laravel/roster.git",
"reference": "82bbd0e2de614906811aebdf16b4305956816fa6" "reference": "5089de7615f72f78e831590ff9d0435fed0102bb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/roster/zipball/82bbd0e2de614906811aebdf16b4305956816fa6", "url": "https://api.github.com/repos/laravel/roster/zipball/5089de7615f72f78e831590ff9d0435fed0102bb",
"reference": "82bbd0e2de614906811aebdf16b4305956816fa6", "reference": "5089de7615f72f78e831590ff9d0435fed0102bb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/console": "^10.0|^11.0|^12.0", "illuminate/console": "^11.0|^12.0|^13.0",
"illuminate/contracts": "^10.0|^11.0|^12.0", "illuminate/contracts": "^11.0|^12.0|^13.0",
"illuminate/routing": "^10.0|^11.0|^12.0", "illuminate/routing": "^11.0|^12.0|^13.0",
"illuminate/support": "^10.0|^11.0|^12.0", "illuminate/support": "^11.0|^12.0|^13.0",
"php": "^8.1|^8.2", "php": "^8.2",
"symfony/yaml": "^6.4|^7.2" "symfony/yaml": "^7.2|^8.0"
}, },
"require-dev": { "require-dev": {
"laravel/pint": "^1.14", "laravel/pint": "^1.14",
"mockery/mockery": "^1.6", "mockery/mockery": "^1.6",
"orchestra/testbench": "^8.22.0|^9.0|^10.0", "orchestra/testbench": "^9.0|^10.0|^11.0",
"pestphp/pest": "^2.0|^3.0", "pestphp/pest": "^3.0|^4.1",
"phpstan/phpstan": "^2.0" "phpstan/phpstan": "^2.0"
}, },
"type": "library", "type": "library",
@@ -6964,32 +6968,32 @@
"issues": "https://github.com/laravel/roster/issues", "issues": "https://github.com/laravel/roster/issues",
"source": "https://github.com/laravel/roster" "source": "https://github.com/laravel/roster"
}, },
"time": "2025-10-20T09:56:46+00:00" "time": "2026-03-05T07:58:43+00:00"
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",
"version": "v1.63.0", "version": "v1.52.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sail.git", "url": "https://github.com/laravel/sail.git",
"reference": "51bbce3f803c1d386cabbb44e618c955a12ff5fc" "reference": "64ac7d8abb2dbcf2b76e61289451bae79066b0b3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/51bbce3f803c1d386cabbb44e618c955a12ff5fc", "url": "https://api.github.com/repos/laravel/sail/zipball/64ac7d8abb2dbcf2b76e61289451bae79066b0b3",
"reference": "51bbce3f803c1d386cabbb44e618c955a12ff5fc", "reference": "64ac7d8abb2dbcf2b76e61289451bae79066b0b3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/console": "^9.52.16|^10.0|^11.0|^12.0|^13.0", "illuminate/console": "^9.52.16|^10.0|^11.0|^12.0",
"illuminate/contracts": "^9.52.16|^10.0|^11.0|^12.0|^13.0", "illuminate/contracts": "^9.52.16|^10.0|^11.0|^12.0",
"illuminate/support": "^9.52.16|^10.0|^11.0|^12.0|^13.0", "illuminate/support": "^9.52.16|^10.0|^11.0|^12.0",
"php": "^8.0", "php": "^8.0",
"symfony/console": "^6.0|^7.0|^8.0", "symfony/console": "^6.0|^7.0",
"symfony/yaml": "^6.0|^7.0|^8.0" "symfony/yaml": "^6.0|^7.0"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0", "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
"phpstan/phpstan": "^2.0" "phpstan/phpstan": "^2.0"
}, },
"bin": [ "bin": [
@@ -7027,7 +7031,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": "2026-06-18T08:54:14+00:00" "time": "2026-01-01T02:46:03+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",