From 277267652cb4fe3ba5143dace12542071b3ae930 Mon Sep 17 00:00:00 2001 From: Sonar Software Date: Tue, 12 Apr 2016 09:40:22 -0500 Subject: [PATCH 1/2] Update Math_BigInteger package to 1.0.3 to fix deprecation notice in PHP7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2c19b46..d5a25ba 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "issues": "https://github.com/leth/PHP-IPAddress/issues" }, "require": { - "pear/math_biginteger": "1.0.2" + "pear/math_biginteger": "1.0.3" }, "autoload": { "psr-0": { From 6124cc40cd34295c57e32babec1186b2c898e9d6 Mon Sep 17 00:00:00 2001 From: Sonar Software Date: Tue, 12 Apr 2016 14:51:00 -0500 Subject: [PATCH 2/2] Add PHP 7 to travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9885392..b898882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: php php: + - 7.0 - 5.6 - 5.5 - 5.4