Results 2 comments of Radek

I found solution: 1. write in controller: $formBuilder = $this->createFormBuilder(); $formBuilder->add('captcha', 'captcha'); instead: $formBuilder->add('captcha', 'Gregwar\CaptchaBundle\Type\CaptchaType'); 2. Fix Gregwar\CaptchaBundle\Type\CaptchaType class public function getParent() { return 'text'; // Not using ::class to...

> @kemoc Today I ran this on my Mac Catalina 10.15.4 with the command `phpbrew install 7.3 +default +mysql +mb +apxs2 +zlib=/usr/local/opt/zlib` > > That finished succesfully Have you try...