Skip to content

Commit 1037cf7

Browse files
committed
Merge pull request #22 from SonarSoftware/master
Update Math_BigInteger package to 1.0.3 to fix deprecation notice in …
2 parents c340bfa + 6124cc4 commit 1037cf7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: php
22
php:
3+
- 7.0
34
- 5.6
45
- 5.5
56
- 5.4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"issues": "https://github.com/leth/PHP-IPAddress/issues"
99
},
1010
"require": {
11-
"pear/math_biginteger": "1.0.2"
11+
"pear/math_biginteger": "1.0.3"
1212
},
1313
"autoload": {
1414
"psr-0": {

0 commit comments

Comments
 (0)