You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem to install this library. When I run : $ composer require gregwar/captcha
I have this error :
Package gregwar/captcha has requirements incompatible with your PHP version, PHP extensions and
Composer version:
- gregwar/captcha v1.1.9 requires ext-gd * but it is not present.
I have php 8.1.1 and composer 2.3.5 versions and I have loaded ext-gd * in composer.json : $ composer require "ext-gd:*" --ignore-platform-reqs
Hi,
I have a problem to install this library. When I run :
$ composer require gregwar/captcha
I have this error :
Package gregwar/captcha has requirements incompatible with your PHP version, PHP extensions and
Composer version:
- gregwar/captcha v1.1.9 requires ext-gd * but it is not present.
I have php 8.1.1 and composer 2.3.5 versions and I have loaded ext-gd * in composer.json :
$ composer require "ext-gd:*" --ignore-platform-reqs
"require": { "phpmailer/phpmailer": "^6.6", "ext-gd": "*" }
I have reload my VsCode But I have this error again.
Thanks for your time ! Sorry for my english and have a nice day !
The text was updated successfully, but these errors were encountered: