php-photoslibrary icon indicating copy to clipboard operation
php-photoslibrary copied to clipboard

Cannot install with PHP 8

Open g105b opened this issue 3 years ago • 0 comments

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?

g105b avatar Jun 10 '21 15:06 g105b