j0k3r / graby

Graby helps you extract article content from web pages
MIT License
363 stars 73 forks source link

Usage with MAMP PHP #295

Closed kingozorg closed 1 year ago

kingozorg commented 1 year ago

My mac only has php 7.1 installed - but i use MAMP with 7.4 or 8!

So composer won't install: [InvalidArgumentException]
Package php-http/guzzle7-adapter has requirements incompatible with your PH
P version, PHP extensions and Composer version:

Any work around for this?

j0k3r commented 1 year ago

It means you PHP version used is the one from your Mac instead of the one from MAMP. Maybe your MAMP installation isn't properly installed or configured.