This repository has been archived on 2025-04-10. You can view files and clone it, but cannot push or open issues or pull requests.
MelvTurnstile/composer.json

32 lines
757 B
JSON

{
"name": "melvinachterhuis/turnstile-shopware6-plugin",
"description": "CloudFlare Turnstile Captcha",
"version": "0.1.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "Melvin Achterhuis"
},
{
"name": "Nils Gerhardt | SLINIcraftet204"
}
],
"require": {
"shopware/core": "6.6.*",
"ext-curl": "*"
},
"autoload": {
"psr-4": {
"Melv\\Turnstile\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "Melv\\Turnstile\\MelvTurnstile",
"label": {
"de-DE": "CloudFlare Turnstile Captcha",
"en-GB": "CloudFlare Turnstile Captcha"
}
}
}