Skip to content

Commit 326993c

Browse files
Bump dependencies
1 parent b46082c commit 326993c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"ext-curl": "*",
1818
"ext-json": "*",
1919
"twig/twig": "^3.21",
20-
"gregwar/captcha-bundle": "^2.2",
21-
"pixelopen/cloudflare-turnstile-bundle": "^0.1.3"
20+
"gregwar/captcha-bundle": "^2.4",
21+
"pixelopen/cloudflare-turnstile-bundle": "^0.4"
2222
},
2323
"require-dev": {
2424
"bolt/core": "^6.0",

src/Factory/FieldOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Bolt\BoltForms\Validator\Constraints\Hcaptcha;
88
use Bolt\BoltForms\Validator\Constraints\Recaptcha;
99
use Illuminate\Support\Collection;
10-
use PixelOpen\CloudflareTurnstileBundle\Constraints\CloudflareTurnstile;
10+
use PixelOpen\CloudflareTurnstileBundle\Validator\CloudflareTurnstile;
1111

1212
class FieldOptions
1313
{

0 commit comments

Comments
 (0)