From 56ac4b5c26a83d8fdeb9e6295156be16d4e17a40 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Mon, 26 Nov 2018 21:57:15 +0100 Subject: [PATCH] last try before i branch for testing this :P Signed-off-by: Michael Kaufmann --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7f65c86c..5c527062 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "ext-posix": "*", "ext-mbstring": "*", "ext-curl": "*", - "ext-json": "*" + "ext-json": "*", }, "require-dev": { "phpunit/phpunit" : "6.5.13", @@ -47,7 +47,8 @@ "squizlabs/php_codesniffer" : "3.3.2", "phploc/phploc" : "3.0.1", "theseer/phpdox" : "0.11.2", - "phpunit/php-invoker" : "^2.0" + "phpunit/php-invoker" : "1.1.4", + "ext-pcntl" : "*" }, "suggest": { "ext-bcmath": "*",