Skip to content

Commit c7587fa

Browse files
committed
Drop support for PHP < 5.4
1 parent 8f8d6b3 commit c7587fa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .travis.yml

-1
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

Diff for: composer.json

+1-1
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)