Skip to content
This repository was archived by the owner on Jan 16, 2018. It is now read-only.

Commit c0b186e

Browse files
committed
Merge pull request #20 from php-http/implementation_separation
Move Promises and Async/Sync Emulators/Decorators to client-tools
2 parents 198e655 + 16018c3 commit c0b186e

File tree

7 files changed

+1
-365
lines changed

7 files changed

+1
-365
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-http/utils",
33
"description": "HTTP Client utilities for HTTPlug",
44
"license": "MIT",
5-
"keywords": ["http", "client", "php-http", "httplug", "utils"],
5+
"keywords": ["http", "client", "httplug", "utils"],
66
"homepage": "http://httplug.io",
77
"authors": [
88
{

spec/EmulateAsyncClientSpec.php

Lines changed: 0 additions & 44 deletions
This file was deleted.

spec/Promise/FulfilledPromiseSpec.php

Lines changed: 0 additions & 70 deletions
This file was deleted.

spec/Promise/RejectedPromiseSpec.php

Lines changed: 0 additions & 75 deletions
This file was deleted.

src/EmulateAsyncClient.php

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/Promise/FulfilledPromise.php

Lines changed: 0 additions & 66 deletions
This file was deleted.

src/Promise/RejectedPromise.php

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)