Skip to content

Commit c93d230

Browse files
committed
Add version
1 parent 35c5aee commit c93d230

File tree

3 files changed

+44
-42
lines changed

3 files changed

+44
-42
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "webonyx/azure-identity",
33
"type": "library",
4+
"version": "0.0.1",
5+
"keywords": [ "php", "azure", "identity" ],
46
"require": {
57
"psr/http-client": "^1.0",
68
"php-http/discovery": "^1.18",

composer.lock

Lines changed: 39 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/AccessTokenInterface.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
namespace Azure\Identity;
44

5+
/**
6+
* @property-read string $token
7+
*/
58
interface AccessTokenInterface
69
{
7-
810
}

0 commit comments

Comments
 (0)