Skip to content

Commit 58d63d0

Browse files
committed
Refactor
1 parent c93d230 commit 58d63d0

24 files changed

+441
-567
lines changed

composer.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
"version": "0.0.1",
55
"keywords": [ "php", "azure", "identity" ],
66
"require": {
7-
"psr/http-client": "^1.0",
8-
"php-http/discovery": "^1.18",
9-
"psr/http-client-implementation": "*",
10-
"psr/http-factory-implementation": "*"
7+
"php": "^8.0",
8+
"ext-hash": "*",
9+
"ext-json": "*",
10+
"psr/cache": "^1.0 || ^2.0 || ^3.0",
11+
"psr/log": "^1.0 || ^2.0 || ^3.0",
12+
"symfony/deprecation-contracts": "^2.1 || ^3.0",
13+
"symfony/http-client": "^4.4.16 || ^5.1.7 || ^6.0 || ^7.0",
14+
"symfony/http-client-contracts": "^1.1.8 || ^2.0 || ^3.0",
15+
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
1116
},
1217
"require-dev": {
13-
"symfony/http-client": "^6.2",
14-
"nyholm/psr7": "^1.8"
1518
},
1619
"license": "MIT",
1720
"autoload": {

composer.lock

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

0 commit comments

Comments
 (0)