Skip to content

Commit de546fc

Browse files
committed
Drop PHP 5.4, 5.5 support
1 parent 3e1c700 commit de546fc

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

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

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
75
- 7.0
86
- 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.4",
17+
"php": ">=5.6",
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)