From 84827b1ee80b94702e0bb1936d6f52fa481ba6cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Nov 2017 07:22:58 +0100 Subject: Update to 1.1.0 allow Symfony 2, 3 and 4 --- composer.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 7f41acd..b713cc7 100644 --- a/composer.json +++ b/composer.json @@ -27,12 +27,9 @@ "php": "^5.3.2 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.5", + "phpunit/phpunit": "^4.8.35", "psr/log": "^1.0", - "symfony/process": "^2.5 || ^3.0" - }, - "suggest": { - "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+" + "symfony/process": "^2.5 || ^3.0 || ^4.0" }, "autoload": { "psr-4": { -- cgit