webauthn/composer.json

53 lignes
1.1 KiB
JSON
Brut Vue normale Historique

2022-10-24 22:24:40 +02:00
{
"name": "d3/oxwebauthn",
2022-11-04 14:03:27 +01:00
"description": "Webauthn / FIDO2 based login for OXID eShop.",
2022-10-24 22:24:40 +02:00
"type": "oxideshop-module",
"keywords": [
"oxid",
"modules",
"eShop",
"d3",
"webauthn",
"FIDO2",
"CTAP",
"public key"
],
"authors": [
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "https://www.d3data.de",
"role": "Owner"
}
],
"homepage": "https://www.oxidmodule.com/",
"license": [
"GPL-3.0-or-later"
],
"extra": {
"oxideshop": {
"source-directory": "/src",
"target-directory": "d3/oxwebauthn"
}
},
"require": {
2022-11-01 10:35:27 +01:00
"php": ">=7.4",
"oxid-esales/oxideshop-ce": "6.8 - 6.13",
2022-10-24 22:24:40 +02:00
"web-auth/webauthn-lib": "^3.3",
2022-10-27 14:51:12 +02:00
"nyholm/psr7": "^1.5.1",
"nyholm/psr7-server": "^1.0.2",
2022-12-18 00:04:06 +01:00
"ext-json": "*",
2023-01-21 13:50:18 +01:00
"d3/testingtools": "^1.1",
"d3/oxid-dic-handler": "^1.0"
2022-10-24 22:24:40 +02:00
},
2022-12-12 23:41:07 +01:00
"require-dev": {
2022-12-13 22:24:33 +01:00
"friendsofphp/php-cs-fixer": "^2.19",
2022-12-12 23:41:07 +01:00
"phpstan/phpstan": "^1.8"
},
2022-10-24 22:24:40 +02:00
"autoload": {
"psr-4": {
"D3\\Webauthn\\": "../../../source/modules/d3/oxwebauthn"
}
}
}