Skip to content

Commit d32d0b1

Browse files
committed
Removing 5.3 from travis configuration
1 parent c25eadd commit d32d0b1

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
@@ -9,7 +9,7 @@
99
"API"
1010
],
1111
"require": {
12-
"php": ">=5.3,<8.0-DEV"
12+
"php": ">=5.4,<8.0-DEV"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^4.8"

0 commit comments

Comments
 (0)