DEP Loosen constraints for guzzlehttp/guzzle

This commit is contained in:
GuySartorelli 2022-01-26 12:58:30 +13:00 committed by GitHub
parent eb36dcf5fb
commit 7ad3fc9f13
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
}
}