From: Sebastian Brix Date: Fri, 17 Feb 2023 10:00:44 +0000 (+0100) Subject: added php extension requirements X-Git-Tag: v0.1.0 X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=528266e7b733c5182517d63f79304c874537cfbd;p=graphit%2Fconcurrent.git added php extension requirements --- diff --git a/composer.json b/composer.json index abcf3dd..bf66e11 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,9 @@ } ], "require": { - "php": ">=7.4.0" + "php": ">=7.4.0", + "ext-pcntl": "*", + "ext-posix": "*" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 2ab8c20..05dde4e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "58c138d8f2f129f5bf6e4409d5c6c02b", + "content-hash": "4000e68f23e5dafb979deea8a2a29980", "packages": [], "packages-dev": [], "aliases": [], @@ -13,7 +13,9 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.4.0" + "php": ">=7.4.0", + "ext-pcntl": "*", + "ext-posix": "*" }, "platform-dev": [], "plugin-api-version": "2.3.0"