diff --git a/.mcp.json b/.mcp.json index 8c6715a15..fd4766a41 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,7 +1,7 @@ { "mcpServers": { "laravel-boost": { - "command": "php", + "command": "./vendor/bin/sail", "args": [ "artisan", "boost:mcp" diff --git a/boost.json b/boost.json index 66f93f6eb..34f823756 100644 --- a/boost.json +++ b/boost.json @@ -7,5 +7,6 @@ "claude_code", "vscode" ], - "guidelines": [] + "guidelines": [], + "sail": true } diff --git a/composer.json b/composer.json index 1722922f7..e07a79225 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ "require": { "php": "^8.2", "chrisullyott/php-filesize": "^4.2.1", - "dragonmantank/cron-expression": "^3.4.0", + "dragonmantank/cron-expression": "^3.6.0", "filament/filament": "4.1.0", - "filament/spatie-laravel-settings-plugin": "^4.0", + "filament/spatie-laravel-settings-plugin": "^4.1", "geerlingguy/ping": "^1.2.1", "influxdata/influxdb-client-php": "^3.8", "laravel-notification-channels/telegram": "^6.0", - "laravel/framework": "^12.35.1", + "laravel/framework": "^12.37.0", "laravel/prompts": "^0.3.7", "laravel/sanctum": "^4.2.0", "livewire/livewire": "^3.6.4", @@ -33,15 +33,15 @@ "spatie/laravel-query-builder": "^6.3.6", "spatie/laravel-settings": "^3.5.0", "spatie/laravel-webhook-server": "^3.8.3", - "zircote/swagger-php": "^5.5.1" + "zircote/swagger-php": "^5.5.2" }, "require-dev": { "fakerphp/faker": "^1.24.1", - "laravel/boost": "^1.6", + "laravel/boost": "^1.7", "laravel/pail": "^1.2.3", "laravel/pint": "^1.25.1", - "laravel/sail": "^1.46.0", - "laravel/telescope": "^5.14.1", + "laravel/sail": "^1.47.0", + "laravel/telescope": "^5.15.0", "laravel/tinker": "^2.10.1", "mockery/mockery": "^1.6.12", "nunomaduro/collision": "^8.8.2", diff --git a/composer.lock b/composer.lock index 5906b4e06..4b787658c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f848a9d4506c6a233d237ae08e4901d7", + "content-hash": "f971909e6fcc8f60d9e0f254d72b1b23", "packages": [ { "name": "anourvalar/eloquent-serialize", @@ -2403,16 +2403,16 @@ }, { "name": "laravel/framework", - "version": "v12.36.1", + "version": "v12.37.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "cad110d7685fbab990a6bb8184d0cfd847d7c4d8" + "reference": "3c3c4ad30f5b528b164a7c09aa4ad03118c4c125" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/cad110d7685fbab990a6bb8184d0cfd847d7c4d8", - "reference": "cad110d7685fbab990a6bb8184d0cfd847d7c4d8", + "url": "https://api.github.com/repos/laravel/framework/zipball/3c3c4ad30f5b528b164a7c09aa4ad03118c4c125", + "reference": "3c3c4ad30f5b528b164a7c09aa4ad03118c4c125", "shasum": "" }, "require": { @@ -2618,7 +2618,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-10-29T14:20:57+00:00" + "time": "2025-11-04T15:39:33+00:00" }, { "name": "laravel/prompts", @@ -10217,16 +10217,16 @@ }, { "name": "laravel/boost", - "version": "v1.6.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/laravel/boost.git", - "reference": "29d1c7c5a816d2b55c39f50bb07bdbca6c595b09" + "reference": "8f04fc3dacd340b0e8f528240fae3cc0a43acf4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/boost/zipball/29d1c7c5a816d2b55c39f50bb07bdbca6c595b09", - "reference": "29d1c7c5a816d2b55c39f50bb07bdbca6c595b09", + "url": "https://api.github.com/repos/laravel/boost/zipball/8f04fc3dacd340b0e8f528240fae3cc0a43acf4d", + "reference": "8f04fc3dacd340b0e8f528240fae3cc0a43acf4d", "shasum": "" }, "require": { @@ -10235,7 +10235,7 @@ "illuminate/contracts": "^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", - "laravel/mcp": "^0.2.0|^0.3.0", + "laravel/mcp": "^0.3.2", "laravel/prompts": "0.1.25|^0.3.6", "laravel/roster": "^0.2.9", "php": "^8.1" @@ -10279,7 +10279,7 @@ "issues": "https://github.com/laravel/boost/issues", "source": "https://github.com/laravel/boost" }, - "time": "2025-10-28T17:43:53+00:00" + "time": "2025-11-04T05:55:53+00:00" }, { "name": "laravel/mcp", diff --git a/config/speedtest.php b/config/speedtest.php index 856ef511a..2da481667 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -6,9 +6,9 @@ /** * General settings. */ - 'build_date' => Carbon::parse('2025-11-02'), + 'build_date' => Carbon::parse('2025-11-04'), - 'build_version' => 'v1.6.11', + 'build_version' => 'v1.7.0', 'content_width' => env('CONTENT_WIDTH', '7xl'),