coreui-free-laravel-admin-template
coreui-free-laravel-admin-template copied to clipboard
require php version ^7.2.5 but spatie/laravel-medialibrary needs version 7.4
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?
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.