chore: add curl ext as dependency and fix mcp command for laravel-boost
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"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": [
|
||||
"C:\\Users\\zDex\\Herd\\zemailnator\\artisan",
|
||||
"boost:mcp"
|
||||
|
||||
@@ -21,7 +21,8 @@
|
||||
"laravel/tinker": "^2.10.1",
|
||||
"livewire/flux": "^2.1",
|
||||
"livewire/livewire": "^3.6",
|
||||
"propaganistas/laravel-disposable-email": "^2.4"
|
||||
"propaganistas/laravel-disposable-email": "^2.4",
|
||||
"ext-curl": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"barryvdh/laravel-debugbar": "^3.15",
|
||||
|
||||
Reference in New Issue
Block a user