Skip to content

Bump intervention/image-laravel from 1.5.9 to 4.0.1#1118

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/intervention/image-laravel-4.0.1
Open

Bump intervention/image-laravel from 1.5.9 to 4.0.1#1118
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/intervention/image-laravel-4.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps intervention/image-laravel from 1.5.9 to 4.0.1.

Release notes

Sourced from intervention/image-laravel's releases.

4.0.1

What's Changed

  • Bind Intervention\Image\ImageManager::class and Intervention\Image\Interfaces\ImageManagerInterface as configured singletons.

Code Example:

use Intervention\Image\Interfaces\ImageManagerInterface;
class ImageController extends Controller
{
/**
* Create a new controller instance.
*/
public function __construct(
protected ImageManagerInterface $imageManager,
) {}
/**
 * Store a new Image.
 */
public function store(Request $request): RedirectResponse
{
    $image = $this->imageManager->decode($request->image);
// image manipulation ...

return redirect('/images');

}

}

4.0.0

What's Changed

  • Major Release 4.0.0 to support new Intervention Image v4.0.0
Commits

@dependabot dependabot Bot force-pushed the dependabot/composer/intervention/image-laravel-4.0.1 branch from 58fd802 to 9a28413 Compare July 7, 2026 06:10
Bumps [intervention/image-laravel](https://github.com/Intervention/image-laravel) from 1.5.9 to 4.0.1.
- [Release notes](https://github.com/Intervention/image-laravel/releases)
- [Commits](Intervention/image-laravel@1.5.9...4.0.1)

---
updated-dependencies:
- dependency-name: intervention/image-laravel
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/intervention/image-laravel-4.0.1 branch from 9a28413 to 873b91d Compare July 7, 2026 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants