Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 7a222da

Browse files
authored
Merge pull request #51 from MichaelGooden/feature/php-7.0
Add support for PHP 7.0.
2 parents b9f9679 + 2533187 commit 7a222da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 7.0
45
- 5.6
56
- 5.5
67
- 5.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ php-bignumbers [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://git
22
==============
33

44
A robust library to handle immutable big numbers inside PHP applications
5-
The current stable version is 0.7.3. Litipk\BigNumbers supports PHP 5.4.x, 5.5.x, and 5.6.,x
6-
but also Facebook's [HHVM](http://www.hhvm.com).
5+
The current stable version is 0.7.3. Litipk\BigNumbers supports PHP 5.4.x, 5.5.x, 5.6.x and
6+
7.0.x but also Facebook's [HHVM](http://www.hhvm.com).
77

88

99
Status Label | Status Value

0 commit comments

Comments
 (0)