Skip to content

Commit 3e1c700

Browse files
committed
Drop PHP 5.3 support
1 parent 1e41fe4 commit 3e1c700

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: php
22

33
php:
4-
- 5.3
4+
- 5.4
5+
- 5.5
56
- 5.6
67
- 7.0
78
- 7.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"psr-4" : { "Clue\\React\\Shell\\": "src/" }
1515
},
1616
"require": {
17-
"php": ">=5.3",
17+
"php": ">=5.4",
1818
"react/promise": "~1.0|~2.0",
1919
"react/child-process": "~0.3.0|~0.4.0|^0.5",
2020
"react/stream": "~0.3.0|~0.4.0|^0.5|^0.6|^0.7",

0 commit comments

Comments
 (0)