last try before i branch for testing this :P

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-11-26 21:57:15 +01:00
parent e4becfb1dd
commit 56ac4b5c26

View File

@@ -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": "*",