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 1e41fe4 commit 18db9daCopy full SHA for 18db9da
2 files changed
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 5.3
5
- 5.6
6
- 7.0
7
- 7.1
composer.json
@@ -14,7 +14,7 @@
14
"psr-4" : { "Clue\\React\\Shell\\": "src/" }
15
},
16
"require": {
17
- "php": ">=5.3",
+ "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