Skip to content

Commit

Permalink
[UPDATE] Version
Browse files Browse the repository at this point in the history
  • Loading branch information
EwertonDaniel authored and academiaforense committed Dec 2, 2022
1 parent 59b6bc3 commit 6b73927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SHR/src/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function withCertificate($path, $password): static

public function withBearerToken($token): static
{
$this->addHeader('Authorization', 'Bearer ' . $token);
$this->addHeader('Authorization', "Bearer $token");
return $this;
}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echosistema/simple-http-request",
"version": "1.0.1",
"version": "1.0.2",
"description": "A small PHP library to make simplified requests",
"keywords": [
"SHR",
Expand Down

0 comments on commit 6b73927

Please sign in to comment.