turnstile-remaster/composer.json

32 lines
750 B
JSON

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