We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfcd95 commit 5267f08Copy full SHA for 5267f08
.travis.yml
@@ -3,7 +3,6 @@ sudo: false
3
language: php
4
5
php:
6
- - 5.3
7
- 5.4
8
- 5.5
9
- 5.6
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": ">=5.3.0"
+ "php": ">=5.4.0"
14
},
15
"require-dev": {
16
"phpunit/phpunit": "^4"
0 commit comments