coreui-free-laravel-admin-template icon indicating copy to clipboard operation
coreui-free-laravel-admin-template copied to clipboard

require php version ^7.2.5 but spatie/laravel-medialibrary needs version 7.4

Open soulge opened this issue 4 years ago • 1 comments

The required version of php may need to be updated in the composer.json. my php version is php 7.3, can I downgrade the spatie/laravel-medialibrary?

soulge avatar Nov 11 '20 01:11 soulge

Hi were you able to find a workaround for this? Im running into the same issue where the dependencies require both PHP 7.3 and 7.4 to install.

Problem 1 - spatie/laravel-medialibrary is locked to version 8.7.2 and an update of this package was not requested. - spatie/laravel-medialibrary 8.7.2 requires php ^7.4 -> your php version (7.3.31) does not satisfy that requirement.

ucrstubbs avatar Oct 12 '21 20:10 ucrstubbs