Issue with composer laravel media library

Laraship QuestionsCategory: TechnicalIssue with composer laravel media library
Jonathan Tan asked 2 years ago
spatie/laravel-medialibrary[8.0.0, ..., 8.10.2] require spatie/image ^1.4.0 -> satisfiable by spatie/image[1.4.0, ..., 1.11.0].
- spatie/image 1.4.0 requires symfony/process ^3.0 -> found symfony/process[v3.0.0, ..., v3.4.47] but it conflicts with your root composer.json require (^5.1).
1 Answers
Best Answer
Saeed Matar Staff answered 2 years ago
Hi Jonathan,
After checking the issue,
we noticed that
spatie/image require
"symfony/process": "^3.0|^4.0|^5.0|^6.0" so it shouldn't have any conflict and composer update working as expected,
let's try to delete the vendor folder and install the composer again, may solve the issue.