turnstile-remaster/composer.json

36 lines
977 B
JSON

{
"name": "slinicraftet204/turnstileremaster",
"description": "CloudFlare Turnstile Captcha",
"version": "0.1.08-alpha",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "Melvin Achterhuis"
},
{
"name": "SLINIcraftet204"
}
],
"require": {
"shopware/core": "~6.6.0",
"shopware/storefront": "~6.6.0"
},
"autoload": {
"psr-4": {
"TurnstileReMaster\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "TurnstileReMaster\\SLINITurnstile",
"label": {
"de-DE": "Turnstile-Remaster (Canary)",
"en-GB": "Turnstile-Remaster (Canary)"
},
"description": {
"de-DE": "CloudFlare Turnstile für Shopware 6, neu aufgebaut von SLINIcraftet204",
"en-GB": "CloudFlare Turnstile for Shopware 6, rebuilt by SLINIcraftet204"
}
}
}