Skip to content

Commit 2dff25b

Browse files
authored
Merge pull request #68 from Daanvm/drop-php53-support
Drop support for PHP 5.3
2 parents 955f570 + cc4217b commit 2dff25b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: php
22

33
php:
4-
- 5.3
54
- 5.4
65
- 5.5
76
- 5.6
87
- 7.0
98
- 7.1
9+
- 7.2
1010
- nightly
1111
- hhvm
1212

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require": {
25-
"php": ">=5.3"
25+
"php": ">=5.4"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",

0 commit comments

Comments
 (0)