32 lines
757 B
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.5.*",
|
|
"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"
|
|
}
|
|
}
|
|
}
|