php-photoslibrary
php-photoslibrary copied to clipboard
Cannot install with PHP 8
When I run composer require google/photos-library
I get this error:
google/photos-library dev-main requires php ^5.5 || ^7.0 -> your php version (8.0.5) does not satisfy that requirement.
Is there anything specific that is incompatible with PHP 8, or should the platform requirements be simply changed to >=5.5
, which doesn't exclude PHP 8?