1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2026-05-06 17:54:03 +00:00

Intervention Image v3 support (#45)

* fix: type error to assign the drie for image manager class

* fix: update package names and handle Intervention Image versioning in favicon generation

* fix: update intervention/image version constraint in composer.json

* cleanup, run CI tests with both intervention v2 and v3

* ci: composer require --dev

* phpstan fixes

---------

Co-authored-by: Samuel Štancl <samuel@archte.ch>
This commit is contained in:
Al Amin Ahamed 2026-03-31 07:48:26 +06:00 committed by GitHub
parent f79d417145
commit 713ecea0d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 38 additions and 17 deletions

View file

@ -29,10 +29,10 @@
},
"require-dev": {
"orchestra/testbench": ">=8.0",
"nunomaduro/larastan": ">=2.4",
"larastan/larastan": ">=2.4",
"pestphp/pest": ">=2.0",
"pestphp/pest-plugin-laravel": ">=2.0",
"intervention/image": "^2.7"
"intervention/image": "^3.0"
},
"extra": {
"laravel": {