diff --git a/CHANGELOG-5.8.md b/CHANGELOG-5.8.md index fcf29758068d..8e58fa2b3f99 100644 --- a/CHANGELOG-5.8.md +++ b/CHANGELOG-5.8.md @@ -10,7 +10,7 @@ - Fixed `QueueFake::size()` method ([#29761](https://github.com/laravel/framework/pull/29761), [ddaf6e6](https://github.com/laravel/framework/commit/ddaf6e63326263a9bb3732e887a2bf8b2381caa1)) ### Changed -- Added note that the GD extension is required for generating images ([#29770](https://github.com/laravel/framework/pull/29770)) // TODO: update code +- Added note that the GD extension is required for generating images ([#29770](https://github.com/laravel/framework/pull/29770), [#29831](https://github.com/laravel/framework/pull/29831)) ### TODO - Added warning when not renaming the Redis facade ([#29808](https://github.com/laravel/framework/pull/29808), [980ed9e](https://github.com/laravel/framework/commit/980ed9ea4b5ce7af9df5a4ff0ff931befaab8cf9)) diff --git a/composer.json b/composer.json index c21e544f40a8..292998b857b7 100644 --- a/composer.json +++ b/composer.json @@ -114,7 +114,7 @@ } }, "suggest": { - "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory\\image::().", + "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", "ext-pcntl": "Required to use all features of the queue worker.", "ext-posix": "Required to use all features of the queue worker.", "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).", diff --git a/src/Illuminate/Http/composer.json b/src/Illuminate/Http/composer.json index b2fa5e9fd9c7..eb9ba2107b55 100755 --- a/src/Illuminate/Http/composer.json +++ b/src/Illuminate/Http/composer.json @@ -27,7 +27,7 @@ } }, "suggest": { - "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory\\image::()." + "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image()." }, "extra": { "branch-alias": {