Skip to content

Commit bcbd1df

Browse files
committed
Updated to new middleware namespace structure
1 parent e7c6131 commit bcbd1df

File tree

5 files changed

+88
-757
lines changed

5 files changed

+88
-757
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"name": "api-clients/middleware-oauth1",
33
"description": "Oauth1 middleware",
44
"license": "MIT",
5-
"minimum-stability": "dev",
6-
"prefer-stable": true,
75
"authors": [
86
{
97
"name": "Cees-Jan Kiewiet",
@@ -18,16 +16,16 @@
1816
"wyrihaximus/ticking-promise": "^1.6"
1917
},
2018
"require-dev": {
21-
"api-clients/test-utilities": "^1.0"
19+
"api-clients/test-utilities": "^2.0"
2220
},
2321
"autoload": {
2422
"psr-4": {
25-
"ApiClients\\Foundation\\Oauth1\\": "src/"
23+
"ApiClients\\Middleware\\Oauth1\\": "src/"
2624
}
2725
},
2826
"autoload-dev": {
2927
"psr-4": {
30-
"ApiClients\\Tests\\Foundation\\Oauth1\\": "tests/"
28+
"ApiClients\\Tests\\Middleware\\Oauth1\\": "tests/"
3129
}
3230
},
3331
"config": {

0 commit comments

Comments
 (0)