-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 892 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "webonyx/azure-identity",
"type": "library",
"version": "0.0.1",
"keywords": [ "php", "azure", "identity" ],
"require": {
"php": "^8.0",
"ext-hash": "*",
"ext-json": "*",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/deprecation-contracts": "^2.1 || ^3.0",
"symfony/http-client": "^4.4.16 || ^5.1.7 || ^6.0 || ^7.0",
"symfony/http-client-contracts": "^1.1.8 || ^2.0 || ^3.0",
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0",
"symfony/cache-contracts": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
},
"license": "MIT",
"autoload": {
"psr-4": {
"Azure\\Identity\\": "src"
}
},
"authors": [
{
"name": "Viet Pham",
"email": "viet@webonyx.com"
}
]
}