We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1c700 commit de546fcCopy full SHA for de546fc
2 files changed
.travis.yml
@@ -1,8 +1,6 @@
1
language: php
2
3
php:
4
- - 5.4
5
- - 5.5
6
- 5.6
7
- 7.0
8
- 7.1
composer.json
@@ -14,7 +14,7 @@
14
"psr-4" : { "Clue\\React\\Shell\\": "src/" }
15
},
16
"require": {
17
- "php": ">=5.4",
+ "php": ">=5.6",
18
"react/promise": "~1.0|~2.0",
19
"react/child-process": "~0.3.0|~0.4.0|^0.5",
20
"react/stream": "~0.3.0|~0.4.0|^0.5|^0.6|^0.7",
0 commit comments