From dffbf074a2ac14e13080f244deb95f54c46c6fe2 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Wed, 24 Jul 2019 10:03:15 +0300 Subject: [PATCH] verions of php decresed to 7.1 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1579358..5bba74e 100644 --- a/composer.json +++ b/composer.json @@ -26,10 +26,10 @@ } ], "require": { - "php": "^7.0", + "php": "^7.1", "ext-sockets": "*" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "phpunit/phpunit": "^7.0" } }