Skip to content

Commit 28a6122

Browse files
committed
Drop PHP 5.3 support
1 parent 1af1dc3 commit 28a6122

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
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.3
54
- 5.4
65
- 5.5
76
- 5.6

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"require": {
19-
"php": ">=5.3.0",
19+
"php": ">=5.4.0",
2020
"phpunit/phpunit-mock-objects": "~2.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)