Skip to content

Commit c0a0537

Browse files
committed
remove outdated php versions
1 parent b1fad77 commit c0a0537

4 files changed

Lines changed: 163 additions & 114 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ php:
44
- nightly
55
- 7.0
66
- 5.6
7-
- 5.5
8-
- 5.4
9-
- 5.3
107
matrix:
118
allow_failures:
129
- php: hhvm

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ following URL: http://pablotron.org/?cid=1535
5151

5252
## Requirements
5353

54-
* PHP version 5.3 or newer.
54+
* PHP version 5.6 or newer.
5555

5656
## Contributors
5757
Please take a look at the CONTRIBUTOR-README.md File.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">= 5.3",
22+
"php": ">= 5.6",
2323
"ext-mbstring": "*"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)