Skip to content

Commit

Permalink
Travis configuration updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Morselli committed Apr 29, 2016
1 parent ed4908f commit e97fcdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: false

php:
- 5.4
- 5.5
- 5.6
- 7
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ The release process [is described here](doc/Release.md).

## Prerequisites

This library needs at least `PHP 5.5.9`.
It has been successfully tested using `PHP 5.5.9`, `PHP 5.6`, `PHP 7` and `HHVM`
This library needs at least `PHP 5.5`.
It has been successfully tested using `PHP 5.5`, `PHP 5.6`, `PHP 7` (stable and nightly branches) and `HHVM`

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=5.4",
"php": ">=5.5",
"christian-riesen/base32": "^1.1",
"beberlei/assert": "^2.0",
"symfony/polyfill-mbstring": "^1.1",
Expand Down

0 comments on commit e97fcdc

Please sign in to comment.