spekulatius / PHPScraper

A universal web-util for PHP.
https://phpscraper.de
GNU General Public License v3.0
520 stars 73 forks source link

Doesn't recognize the correct PHP version ... #208

Closed Mela closed 1 month ago

Mela commented 1 month ago

Hi,

when installing PHP Scraper with composer, I'm getting the following error:

Cannot use spekulatius/phpscraper's latest version 3.0.0 as it requires php ^8.1 which is not satisfied by your platform.

Installed is PHP 8.3.

Any ideas, how to fix this?

Regards,

Mela

Mela commented 1 month ago

Okay, fixed it by /usr/bin/php83 /usr/bin/composer update. Sorry.

spekulatius commented 1 month ago

Hey @Mela

all good, sometimes the /usr/bin/php isn't set to the latest available one.

Peter