There was an error while loading. Please reload this page.
1 parent b1fad77 commit c0a0537Copy full SHA for c0a0537
4 files changed
.travis.yml
@@ -4,9 +4,6 @@ php:
4
- nightly
5
- 7.0
6
- 5.6
7
- - 5.5
8
- - 5.4
9
- - 5.3
10
matrix:
11
allow_failures:
12
- php: hhvm
README.md
@@ -51,7 +51,7 @@ following URL: http://pablotron.org/?cid=1535
51
52
## Requirements
53
54
- * PHP version 5.3 or newer.
+ * PHP version 5.6 or newer.
55
56
## Contributors
57
Please take a look at the CONTRIBUTOR-README.md File.
composer.json
@@ -19,7 +19,7 @@
19
}
20
],
21
"require": {
22
- "php": ">= 5.3",
+ "php": ">= 5.6",
23
"ext-mbstring": "*"
24
},
25
"require-dev": {
0 commit comments