Merge pull request #107 from creative-commoners/pulls/0.4/guzzle6

DEP Allow guzzle 6
This commit is contained in:
Guy Sartorelli 2022-07-04 15:55:04 +12:00 committed by GitHub
commit 3cd0d96093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"require": {
"silverstripe/framework": "^4",
"silverstripe/cms": "^4",
"guzzlehttp/guzzle": "^7.3",
"guzzlehttp/guzzle": "^6.3 || ^7.3",
"fzaninotto/faker": "^1.7",
"silverstripe/vendor-plugin": "^1",
"silverstripe/registry": "^2"