Skip to content

Commit 5267f08

Browse files
committed
Drop support for PHP < 5.4
1 parent 0dfcd95 commit 5267f08

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33
language: php
44

55
php:
6-
- 5.3
76
- 5.4
87
- 5.5
98
- 5.6

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.3.0"
13+
"php": ">=5.4.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^4"

0 commit comments

Comments
 (0)