Skip to content

Commit 8e17062

Browse files
authored
Merge pull request #1 from impress-org/refactor/implement-security-challenge-field-api
Refactor: update Turnstile field to extend the new security challenge field
2 parents 4f4ee25 + 11e0f73 commit 8e17062

File tree

12 files changed

+18037
-17502
lines changed

12 files changed

+18037
-17502
lines changed

.github/workflows/unit-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ jobs:
1212
with:
1313
addon_slug: give-cloudflare-turnstile
1414
givewp_branch: develop
15+
php_matrix: '[ 7.4, 8.4 ]'

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"name": "givewp"
2020
}
2121
],
22-
"require-dev": {
23-
"phpunit/phpunit": "^5"
24-
},
25-
"config": {
22+
"config": {
2623
"platform": {
27-
"php": "7.2"
24+
"php": "7.4"
2825
}
26+
},
27+
"require-dev": {
28+
"phpunit/phpunit": "^9"
2929
}
3030
}

0 commit comments

Comments
 (0)