Skip to content

Commit 17573e9

Browse files
committed
fix typo and upgrade psr
1 parent 8997b5f commit 17573e9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Membantu developer dengan mudah melalui Service Facade.
99

1010
1. **Install via Composer**
1111
```bash
12-
composer require reactmore/adapter-support
12+
composer require reactmore/support-adapter
1313
```

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ext-json": "*",
2727
"ext-mbstring": "*",
2828
"guzzlehttp/guzzle": "^7.0.1",
29-
"psr/http-message": "~1.0"
29+
"psr/http-message": "2.0"
3030
},
3131
"require-dev": {
3232
"codeigniter4/devkit": "^1.3",
@@ -43,4 +43,4 @@
4343
"test": "phpunit",
4444
"cs-fix": "php-cs-fixer fix --ansi --verbose --diff"
4545
}
46-
}
46+
}

src/Adapter/Auth/BearerToken.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* BearerToken class is an implementation of the Auth interface for authenticated requests using API token.
99
*
10-
* @package ReactMoreTech\Support\Adapter\Auth
10+
* @package Reactmore\SupportAdapter\Adapter\Auth
1111
*/
1212

1313
class BearerToken implements AuthInterface

src/Adapter/Auth/None.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This class returns an empty array for the headers as there is no authentication required for the API request.
1010
*
11-
* @package ReactMoreTech\Support\Adapter\Auth
11+
* @package Reactmore\SupportAdapter\Adapter\Auth
1212
*/
1313

1414
class None implements AuthInterface

0 commit comments

Comments
 (0)