Closed jolora closed 6 months ago
I'm trying out the v5 alpha by integrating into a new Laravel 11 project. Statamic cannot be installed into the project without removing Intervention as Glide 2.7 requests Intervention 2 (EOL) whereas Laravel 11 uses Intervention 3.
Unfortunately, it doesn't look like Glide 3 has been properly released yet, it's still in beta.
whereas Laravel 11 uses Intervention 3.
Laravel doesn't. Do you mean your app has manually required intervention?
I'm trying out the v5 alpha by integrating into a new Laravel 11 project. Statamic cannot be installed into the project without removing Intervention as Glide 2.7 requests Intervention 2 (EOL) whereas Laravel 11 uses Intervention 3.