Skip to content

Commit 18db9da

Browse files
committed
Drop PHP 5.3, PHP 5.4, 5.5 support
1 parent 1e41fe4 commit 18db9da

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.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.6
65
- 7.0
76
- 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.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)