Skip to content

Commit 28bb76e

Browse files
Correct minimum Guzzle version
1 parent 82ffe3c commit 28bb76e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"aws/aws-sdk-php": "^3.0",
8181
"doctrine/dbal": "^2.6",
8282
"filp/whoops": "^2.8",
83-
"guzzlehttp/guzzle": "^6.3|^7.0",
83+
"guzzlehttp/guzzle": "^6.3.1|^7.0.1",
8484
"league/flysystem-cached-adapter": "^1.0",
8585
"mockery/mockery": "~1.3.3|^1.4.2",
8686
"moontoast/math": "^1.1",
@@ -123,7 +123,7 @@
123123
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
124124
"filp/whoops": "Required for friendly error pages in development (^2.8).",
125125
"fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).",
126-
"guzzlehttp/guzzle": "Required to use the Mailgun mail driver and the ping methods on schedules (^6.0|^7.0).",
126+
"guzzlehttp/guzzle": "Required to use the Mailgun mail driver and the ping methods on schedules (^6.3.1|^7.0.1).",
127127
"laravel/tinker": "Required to use the tinker console command (^2.0).",
128128
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
129129
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",

src/Illuminate/Console/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"suggest": {
3434
"dragonmantank/cron-expression": "Required to use scheduler (^2.3.1).",
35-
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.0|^7.0).",
35+
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.3.1|^7.0.1).",
3636
"illuminate/bus": "Required to use the scheduled job dispatcher (^6.0)",
3737
"illuminate/container": "Required to use the scheduler (^6.0)",
3838
"illuminate/filesystem": "Required to use the generator command (^6.0)",

src/Illuminate/Mail/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"suggest": {
3838
"aws/aws-sdk-php": "Required to use the SES mail driver (^3.0).",
39-
"guzzlehttp/guzzle": "Required to use the Mailgun mail driver (^6.0|^7.0).",
39+
"guzzlehttp/guzzle": "Required to use the Mailgun mail driver (^6.3.1|^7.0.1).",
4040
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
4141
},
4242
"config": {

0 commit comments

Comments
 (0)