Skip to content

Commit 35712ee

Browse files
committed
Transformed api-clients/transport into api-clients/json
1 parent bd64a89 commit 35712ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+33
-1507
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pull requests are highly appreciated. Here's a quick guide.
44

55
Fork, then clone the repo:
66

7-
git clone [email protected]:your-username/php-api-client.git
7+
git clone [email protected]:your-username/json.git
88

99
Set up your machine:
1010

composer.json

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"name": "api-clients/transport",
2+
"name": "api-clients/json",
33
"license": "MIT",
4-
"minimum-stability": "dev",
5-
"prefer-stable": true,
64
"authors": [
75
{
86
"name": "Cees-Jan Kiewiet",
@@ -12,35 +10,23 @@
1210
"require": {
1311
"php": "^7.0",
1412
"api-clients/middleware": "^2.0",
15-
"api-clients/resource": "^3.0",
16-
"api-clients/rx": "^2.0",
17-
"api-clients/service": "dev-master",
18-
"clue/block-react": "^1.1",
1913
"clue/buzz-react": "^1.1",
2014
"daverandom/exceptional-json": "^1.0.1",
21-
"doctrine/annotations": "^1.2",
22-
"psr/container": "^1.0",
23-
"react/http-client": "^0.4.15",
24-
"react/promise": "^2.4",
15+
"psr/http-message": "^1.0",
16+
"ringcentral/psr7": "^1.2",
2517
"wyrihaximus/ticking-promise": "^1.6"
2618
},
2719
"require-dev": {
28-
"api-clients/test-utilities": "^3.0.1",
29-
"php-di/php-di": "^5.4"
30-
},
31-
"suggest": {
32-
"api-clients/resource-generator": "Easy wireframing of resources",
33-
"api-clients/middleware-cache": "Caching middleware",
34-
"api-clients/middleware-oauth1": "Oauth 1.0 middleware"
20+
"api-clients/test-utilities": "^3.0.1"
3521
},
3622
"autoload": {
3723
"psr-4": {
38-
"ApiClients\\Foundation\\Transport\\": "src/"
24+
"ApiClients\\Tools\\JSON\\": "src/"
3925
}
4026
},
4127
"autoload-dev": {
4228
"psr-4": {
43-
"ApiClients\\Tests\\Foundation\\Transport\\": "tests/"
29+
"ApiClients\\Tests\\Tools\\JSON\\": "tests/"
4430
}
4531
},
4632
"config": {

src/Client.php

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

src/ClientInterface.php

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

src/CommandBus/Command/JsonDecodeCommand.php

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

src/CommandBus/Command/JsonEncodeCommand.php

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

src/CommandBus/Command/RequestCommand.php

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

src/CommandBus/Command/RequestCommandInterface.php

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

0 commit comments

Comments
 (0)