testing with new IdnaConverter seems to require php-7.1

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-03-10 17:16:59 +01:00
parent f7d24e8870
commit 4028e3ba5c
2 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@
"phploc/phploc": "3.0.1",
"theseer/phpdox": "0.11.2",
"phpunit/php-invoker": "1.1.4",
"php": ">=7.0",
"php": ">=7.1",
"ext-pcntl": "*",
"phpcompatibility/php-compatibility": "*"
},