Merge pull request #67 from GuySartorelli/patch-1

DEP Loosen constraints for guzzlehttp/guzzle
This commit is contained in:
Michal Kleiner 2022-01-26 22:08:47 +13:00 committed by GitHub
commit 254c4e31f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"silverstripe/framework": "^4.10",
"silverstripe/assets": "^1",
"silverstripe/versioned": "^1",
"guzzlehttp/guzzle": "~6.3.0"
"guzzlehttp/guzzle": "^6.3 || ^7.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3",
@ -42,4 +42,4 @@
"extra": [],
"minimum-stability": "dev",
"prefer-stable": true
}
}