Skip to content

Commit

Permalink
Next version will require PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed May 22, 2015
1 parent 1bd87f9 commit d246c7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php

php:
- 5.5
- 5.6
- 7
- hhvm

before_script:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Just define the following requirement in your `composer.json` file:
Requirements
------------

This library requires PHP 5.5 or higher. [HHVM](http://hhvm.com/) is officially supported.
This library requires PHP 5.6, PHP 7 or [HHVM](http://hhvm.com/).

Although the library can work on any PHP 5.5+ installation, it is highly recommended that you install the
Although the library can work on any PHP installation, it is highly recommended that you install the
[GMP](http://php.net/manual/en/book.gmp.php) or [BCMath](http://php.net/manual/en/book.bc.php) extension
to speed up calculations. The fastest available calculator implementation will be automatically selected at runtime.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"license": "MIT",
"require": {
"php": ">=5.5"
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "*",
Expand Down

0 comments on commit d246c7b

Please sign in to comment.