From aac287cda6e99154375a757eb9629e3eda490e62 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 8 Aug 2020 07:47:26 +0200 Subject: update to 1.7.0 now available on pecl raise dependency on PHP 7.2 switch to phpunit8 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 39cdfe2..bbb43b8 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": ">=5.6" + "php": ">=7.2" }, "suggest": { "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", @@ -21,13 +21,13 @@ "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups" }, "conflict": { - "ext-maxminddb": "<1.6.0,>=2.0.0" + "ext-maxminddb": "<1.7.0,>=2.0.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "2.*", - "phpunit/phpunit": "5.*", + "phpunit/phpunit": ">=8.0.0,<10.0.0", "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpcov": "^3.0", + "phpunit/phpcov": ">=6.0.0", "squizlabs/php_codesniffer": "3.*" }, "autoload": { -- cgit