We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46082c commit 326993cCopy full SHA for 326993c
composer.json
@@ -17,8 +17,8 @@
17
"ext-curl": "*",
18
"ext-json": "*",
19
"twig/twig": "^3.21",
20
- "gregwar/captcha-bundle": "^2.2",
21
- "pixelopen/cloudflare-turnstile-bundle": "^0.1.3"
+ "gregwar/captcha-bundle": "^2.4",
+ "pixelopen/cloudflare-turnstile-bundle": "^0.4"
22
},
23
"require-dev": {
24
"bolt/core": "^6.0",
src/Factory/FieldOptions.php
@@ -7,7 +7,7 @@
7
use Bolt\BoltForms\Validator\Constraints\Hcaptcha;
8
use Bolt\BoltForms\Validator\Constraints\Recaptcha;
9
use Illuminate\Support\Collection;
10
-use PixelOpen\CloudflareTurnstileBundle\Constraints\CloudflareTurnstile;
+use PixelOpen\CloudflareTurnstileBundle\Validator\CloudflareTurnstile;
11
12
class FieldOptions
13
{
0 commit comments