Skip to content

Commit 8f58322

Browse files
author
Spomky
committed
Some tests env removed
1 parent 6fc57ad commit 8f58322

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

.travis.yml

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

33
php:
4-
- 5.0
5-
- 5.1
6-
- 5.2
74
- 5.3
85
- 5.4
96
- 5.5
107
- 5.6
118
- hhvm
129

13-
matrix:
14-
allow_failures:
15-
- php: hhvm
16-
1710
before_script:
1811
- curl -s http://getcomposer.org/installer | php
19-
- php composer.phar update --dev --no-interaction
12+
- php composer.phar insall --dev --no-interaction
2013

2114
script:
2215
- mkdir -p build/logs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Whenever keeping backward compatibility is not possible, the feature, the enhanc
3333

3434
This library needs at least
3535

36-
* `PHP 5.0`.
36+
* `PHP 5.3`.
3737

38-
It has been successfully tested using `PHP 5.0` to `PHP 5.6` and `HHVM`.
38+
It has been successfully tested using `PHP 5.3` to `PHP 5.6` and `HHVM`.
3939

4040
## Installation
4141

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require": {
25-
"php": ">=5.0"
25+
"php": ">=5.3"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "~4.0"

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)