Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix errors occurred with Intervention Image 3.3.1 #27

Merged
merged 5 commits into from
Jan 26, 2024
Merged

Fix errors occurred with Intervention Image 3.3.1 #27

merged 5 commits into from
Jan 26, 2024

Commits on Jan 25, 2024

  1. Fix errors occurred with Intervention Image 3.3.1

    In the course of the Intervention Image update, there was a
    change which means that it is no longer possible to
    instantiate so-called "driver-specific" modifiers yourself.
    In this package, this initialization is always done by a
    generic class via the respective driver class. This fix
    sets the initialization to the static helper method used
    by the driver of the dependency itself.
    olivervogel committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ee5058c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dec98bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0592768 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Update composer.json

    simonhamp authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8da2753 View commit details
    Browse the repository at this point in the history
  2. Update composer.json

    simonhamp authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    838ae4d View commit details
    Browse the repository at this point in the history