From 4927c2bfbccfde2be788cf0ab27499626460ef43 Mon Sep 17 00:00:00 2001 From: Dmitry Kadochnikov Date: Tue, 9 Jul 2024 14:56:32 +0500 Subject: [PATCH] Made ext-pcntl optional, as it was in v8. (#1814) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ba7e9803..532b7d8f 100644 --- a/composer.json +++ b/composer.json @@ -32,11 +32,11 @@ "spatie/laravel-signal-aware-command": "^1.2|^2.0", "spatie/temporary-directory": "^2.0", "symfony/console": "^6.0|^7.0", - "symfony/finder": "^6.0|^7.0", - "ext-pcntl": "*" + "symfony/finder": "^6.0|^7.0" }, "require-dev": { "composer-runtime-api": "^2.0", + "ext-pcntl": "*", "larastan/larastan": "^2.7.0", "laravel/slack-notification-channel": "^2.5|^3.0", "league/flysystem-aws-s3-v3": "^2.0|^3.0",