I'm trying to install spatie/laravel-medialibrary-pro:^2.0.0 but hitting the error "- spatie/laravel-medialibrary-pro 2.0.0 requires php ^8.0 which does not match your installed version 7.4.14."
My IDE is phpstorm which is using PHP 8.1. My composer.json requires php 8.1
I think I can work around the problem by using "composer install --ignore-platform-reqs" but I'd prefer to understand why I'm hitting the problem. All thoughts are appreciated!