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

Commit

Permalink
Allow both guzzle 6.x and 7.x
Browse files Browse the repository at this point in the history
fixes #248
fixes #253
  • Loading branch information
sadika9 authored and vinjiang committed Dec 4, 2020
1 parent 6cea762 commit 5dc7592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure-storage-common/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
],
"require": {
"php": ">=5.6.0",
"guzzlehttp/guzzle": "~6.0"
"guzzlehttp/guzzle": "~6.0|^7.0"
},
"autoload": {
"psr-4": {
"MicrosoftAzure\\Storage\\Common\\": "src/Common"
}
}
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=5.6.0",
"guzzlehttp/guzzle": "~6.0"
"guzzlehttp/guzzle": "~6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.35",
Expand Down

0 comments on commit 5dc7592

Please sign in to comment.