From 012e075c865d936ded0fc5d24be92e945a5dd7f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Oct 2019 08:41:34 +0200 Subject: - update to 1.5.0 - raise dependency on PHP 5.6 --- composer.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index dce4428..2aa2ff5 100644 --- a/composer.json +++ b/composer.json @@ -9,11 +9,11 @@ { "name": "Gregory J. Oschwald", "email": "goschwald@maxmind.com", - "homepage": "http://www.maxmind.com/" + "homepage": "https://www.maxmind.com/" } ], "require": { - "php": ">=5.4" + "php": ">=5.6" }, "suggest": { "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", @@ -22,8 +22,9 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "2.*", - "phpunit/phpunit": "4.* || 5.*", - "satooshi/php-coveralls": "1.0.*", + "phpunit/phpunit": "5.*", + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpcov": "^3.0", "squizlabs/php_codesniffer": "3.*" }, "autoload": { -- cgit