mewebstudio / captcha

Captcha for Laravel 5/6/7/8/9/10/11
MIT License
2.46k stars 452 forks source link

install laravel 9 Error #240

Open soeke opened 2 years ago

soeke commented 2 years ago

Problem 1

You can also try re-running composer require with an explicit version constraint, e.g. "composer require mews/captcha:*" to figure out if any version is installable, or "composer require mews/captcha:^2.1" if you know which you need.

Jacobtims commented 2 years ago

I have the same issue 🙁

fabianfetting commented 2 years ago

You need to install the newest version of the package: "mews/captcha": "^3.2",.

alihastam commented 2 years ago

I have the same issue 🙁

alihastam commented 2 years ago

enable extension=gd in php.ini and then install this package