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

Commit 16018c3

Browse files
committed
Move Promises and Async/Sync Emulators/Decorators to client-tools
EmulateAsyncClient uses helper traits Use client tools package Remove EmulateAsyncClient and client-tools dependency
1 parent 198e655 commit 16018c3

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)