Skip to content

Commit 6f0718c

Browse files
authored
refactor doRequest to use a coroutine (and temporarily drop support for hhvm) (#22)
1 parent 86bec15 commit 6f0718c

File tree

4 files changed

+254
-223
lines changed

4 files changed

+254
-223
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: php
2-
2+
sudo: required
3+
dist: trusty
4+
group: edge
35
php:
46
- 5.6
57
- 7.0
68
- 7.1
7-
- hhvm
89

910
matrix:
1011
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"extra": {
3333
"branch-alias": {
34-
"dev-master": "0.6.x-dev"
34+
"dev-master": "0.7.x-dev"
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)