diff --git a/composer.json b/composer.json index 90a5117d09..99130ebd32 100644 --- a/composer.json +++ b/composer.json @@ -85,6 +85,10 @@ "post-install-cmd": [ "php -r \"file_exists('.env') || copy('.env.example', '.env');\"", "php artisan p:plugin:composer" + ], + "dev": [ + "Composer\\Config::disableProcessTimeout", + "@php artisan dev" ] }, "config": { diff --git a/package.json b/package.json index 9d9845c532..568441b79e 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,15 @@ "@tailwindcss/typography": "^0.5.19", "@tailwindcss/vite": "^4.3.0", "autoprefixer": "^10.5.0", - "concurrently": "^9.2.1", + "concurrently": "^10.0.3", "laravel-vite-plugin": "^3.1.0", "prettier": "^3.8.3", "tailwindcss": "^4.3.0", "vite": "^8.0.11" }, + "optionalDependencies": { + "@laravel/multiplex": "^0.4.1" + }, "dependencies": { "@laravel/passkeys": "^0.2.0", "@xterm/addon-fit": "^0.11.0",