From 0f7d173833a4e430d075df412eb088c9068ca93d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 7 Oct 2018 08:04:25 +0200 Subject: update to 1.36.0 raise dependency on PHP 5.5 open https://github.com/llaville/php-compatinfo-db/issues/14 zip open https://github.com/llaville/php-compatinfo-db/issues/15 http open https://github.com/llaville/php-compatinfo-db/issues/16 redis open https://github.com/llaville/php-compatinfo-db/issues/17 uopz open https://github.com/llaville/php-compatinfo-db/issues/18 varnish --- composer.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 578013b..bf3938c 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ "issues": "https://github.com/llaville/php-compatinfo-db/issues" }, "require": { - "php": ">=5.4.0", - "composer/semver": "~1.0", + "php": ">=5.5", + "composer/semver": "^1.0", "ext-curl": "*", "ext-intl": "*", "ext-libxml": "*", @@ -22,10 +22,11 @@ "ext-pdo_sqlite": "*" }, "require-dev": { - "symfony/console": "~2.5||^3.0", - "psr/log": "~1.0", - "monolog/monolog": "~1.10", - "bartlett/phpunit-loggertestlistener": "~1.5" + "symfony/console": "^2.5||^3.0", + "psr/log": "^1.0", + "monolog/monolog": "^1.10", + "bartlett/phpunit-loggertestlistener": "^1.7", + "phpunit/php-timer": "^2.0" }, "suggest": { "symfony/console": "Allow to rebuild the Reference CompatInfo Database", -- cgit