Skip to content

Commit f90adf6

Browse files
committed
update reademe
1 parent e1380cb commit f90adf6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018-2019 Yuuki Takezawa
3+
Copyright (c) 2018-2020 Yuuki Takezawa
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Inspired by [zend-httphandlerrunner](https://github.com/zendframework/zend-httph
1111

1212
## Require
1313

14-
HHVM 4.20.0 and above.
14+
HHVM 4.41.0 and above.
1515

1616
## Installation
1717

@@ -25,11 +25,11 @@ $ composer require nazg-hack/http-executor
2525
use type Ytake\Hungrr\ServerRequestFactory;
2626
use type Nazg\HttpExecutor\RequestHandleExecutor;
2727
use type Nazg\HttpExecutor\Emitter\SapiEmitter;
28-
use namespace HH\Lib\Experimental\IO;
28+
use namespace HH\Lib\IO;
2929
3030
<<__EntryPoint>>
3131
function main(): noreturn {
32-
list($readHandle, $writeHandle) = IO\pipe_non_disposable();
32+
list($readHandle, $writeHandle) = IO\pipe_nd();
3333
$executor = new RequestHandleExecutor(
3434
$readHandle,
3535
$writeHandle,

0 commit comments

Comments
 (0)