From 28bb76efbcfc5fee57307ffa062b67ff709240dc Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 19 Oct 2020 14:50:47 +0100 Subject: [PATCH] Correct minimum Guzzle version --- composer.json | 4 ++-- src/Illuminate/Console/composer.json | 2 +- src/Illuminate/Mail/composer.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 6645429ddf98..c9bcf9357bcb 100644 --- a/composer.json +++ b/composer.json @@ -80,7 +80,7 @@ "aws/aws-sdk-php": "^3.0", "doctrine/dbal": "^2.6", "filp/whoops": "^2.8", - "guzzlehttp/guzzle": "^6.3|^7.0", + "guzzlehttp/guzzle": "^6.3.1|^7.0.1", "league/flysystem-cached-adapter": "^1.0", "mockery/mockery": "~1.3.3|^1.4.2", "moontoast/math": "^1.1", @@ -123,7 +123,7 @@ "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", "filp/whoops": "Required for friendly error pages in development (^2.8).", "fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).", - "guzzlehttp/guzzle": "Required to use the Mailgun mail driver and the ping methods on schedules (^6.0|^7.0).", + "guzzlehttp/guzzle": "Required to use the Mailgun mail driver and the ping methods on schedules (^6.3.1|^7.0.1).", "laravel/tinker": "Required to use the tinker console command (^2.0).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).", "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).", diff --git a/src/Illuminate/Console/composer.json b/src/Illuminate/Console/composer.json index 0643c70fbc17..b94c8fa75f95 100755 --- a/src/Illuminate/Console/composer.json +++ b/src/Illuminate/Console/composer.json @@ -32,7 +32,7 @@ }, "suggest": { "dragonmantank/cron-expression": "Required to use scheduler (^2.3.1).", - "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.0|^7.0).", + "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.3.1|^7.0.1).", "illuminate/bus": "Required to use the scheduled job dispatcher (^6.0)", "illuminate/container": "Required to use the scheduler (^6.0)", "illuminate/filesystem": "Required to use the generator command (^6.0)", diff --git a/src/Illuminate/Mail/composer.json b/src/Illuminate/Mail/composer.json index 3851f3907f6d..cf66edee1aba 100755 --- a/src/Illuminate/Mail/composer.json +++ b/src/Illuminate/Mail/composer.json @@ -36,7 +36,7 @@ }, "suggest": { "aws/aws-sdk-php": "Required to use the SES mail driver (^3.0).", - "guzzlehttp/guzzle": "Required to use the Mailgun mail driver (^6.0|^7.0).", + "guzzlehttp/guzzle": "Required to use the Mailgun mail driver (^6.3.1|^7.0.1).", "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)." }, "config": {