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:
parent
f79d417145
commit
713ecea0d5
4 changed files with 38 additions and 17 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue