Init Gitea

This commit is contained in:
dqj
2025-10-06 21:45:33 +09:00
commit c8607205a2
33 changed files with 4268 additions and 0 deletions

12
composer.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "ec-cube\/passkeys",
"version": "1.0.0",
"description": "Passkeys authentication for Customers EC-CUBE42",
"type": "eccube-plugin",
"extra": {
"code": "Passkeys"
},
"require": {
"ec-cube\/plugin-installer": "^2.0"
}
}