From 00947e539c38cd7b0b2c7a71e00f7c9f2f6b44b6 Mon Sep 17 00:00:00 2001 From: jasverix Date: Thu, 27 Apr 2017 08:08:17 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b12fa291..82cd52ab 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,13 @@ ], "require": { "php": ">=5.3.0", - "ext-pcntl": "*", "colinmollenhour/credis": "~1.7", "psr/log": "~1.0" }, "suggest": { "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.", - "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available." + "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available.", + "ext-pcntl": "PHP extension for OS operations. Witout this extension, Resque cannot fork the jobs.", }, "require-dev": { "phpunit/phpunit": "3.7.*"