chore: add curl ext as dependency and fix mcp command for laravel-boost

This commit is contained in:
idevakk
2025-12-04 07:17:10 -08:00
parent 724a2d9a1f
commit c2c18f2406
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"mcpServers": { "mcpServers": {
"laravel-boost": { "laravel-boost": {
"command": "C:\\Users\\zDex\\.config\\herd\\bin\\php84\\php.exe", "command": "C:\\laragon\\bin\\php\\php-8.4.12-nts-Win32-vs17-x64\\php.exe",
"args": [ "args": [
"C:\\Users\\zDex\\Herd\\zemailnator\\artisan", "C:\\Users\\zDex\\Herd\\zemailnator\\artisan",
"boost:mcp" "boost:mcp"

View File

@@ -21,7 +21,8 @@
"laravel/tinker": "^2.10.1", "laravel/tinker": "^2.10.1",
"livewire/flux": "^2.1", "livewire/flux": "^2.1",
"livewire/livewire": "^3.6", "livewire/livewire": "^3.6",
"propaganistas/laravel-disposable-email": "^2.4" "propaganistas/laravel-disposable-email": "^2.4",
"ext-curl": "*"
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-debugbar": "^3.15", "barryvdh/laravel-debugbar": "^3.15",