Skip to content

Commit 2594fb4

Browse files
Merge pull request #1 from clue-labs/legacy
Support legacy PHP 5.3
2 parents 898bba9 + d58d709 commit 2594fb4

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

33
php:
4-
- 5.3.29
4+
- 5.3
55
- 5.4
66
- 5.5
77
- 5.6

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.29",
15+
"php": ">=5.3",
1616
"psr/http-message": "~1.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)