mirror of
https://git.d3data.de/3rdParty/captcha-module.git
synced 2024-11-05 06:36:55 +01:00
31 lines
593 B
JSON
31 lines
593 B
JSON
{
|
|
"name": "oxid-projects/captcha-module",
|
|
"description": "This is Captcha module for OXID eShop.",
|
|
"type": "oxideshop-module",
|
|
"version": "7.0.0",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"captcha"
|
|
],
|
|
"homepage": "https://www.oxid-esales.com/en/home.html",
|
|
"license": [
|
|
"GPL-3.0",
|
|
"proprietary"
|
|
],
|
|
"extra": {
|
|
"oxideshop": {
|
|
"target-directory": "oe/captcha"
|
|
}
|
|
},
|
|
"require": {
|
|
"oxid-esales/oxideshop-ce": "^7.0",
|
|
"ext-gd": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OxidProfessionalServices\\Captcha\\": "./"
|
|
}
|
|
}
|
|
} |