maximerenou / php-bing-ai

⚠️ Deprecated PHP client for Bing AI (Chat / GPT-4, Image Creator / DALL-E)
MIT License
42 stars 13 forks source link

PHP 7.2.33 ,Package maximerenou/bing-ai has a PHP requirement incompatible with your PHP version, PHP extens ions and Composer version #2

Closed dary123 closed 1 year ago

dary123 commented 1 year ago

PHP 7.2.33 ,Package maximerenou/bing-ai has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version

maximerenou commented 1 year ago

Hello,

It seems that you're using an outdated PHP version. I published a new release that is compatible with PHP 7, so you can use it.

On a side note - please check that you're using a stable or LTS version of Composer 2 (composer self-update --2) and that you installed PHP cURL extension.

Enjoy