Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 5dc7592

Browse files
sadika9vinjiang
authored andcommitted
Allow both guzzle 6.x and 7.x
fixes #248 fixes #253
1 parent 6cea762 commit 5dc7592

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-storage-common/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
],
1313
"require": {
1414
"php": ">=5.6.0",
15-
"guzzlehttp/guzzle": "~6.0"
15+
"guzzlehttp/guzzle": "~6.0|^7.0"
1616
},
1717
"autoload": {
1818
"psr-4": {
1919
"MicrosoftAzure\\Storage\\Common\\": "src/Common"
2020
}
2121
}
22-
}
22+
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.6.0",
14-
"guzzlehttp/guzzle": "~6.0"
14+
"guzzlehttp/guzzle": "~6.0|^7.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "~4.8.35",

0 commit comments

Comments
 (0)