initial commit

This commit is contained in:
2026-06-28 02:34:50 +02:00
commit 63e795da81
5 changed files with 368 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "dropsign/dropsign",
"description": "Drag-and-drop PDF cryptographic signer",
"require": {
"php": ">=7.4",
"tecnickcom/tcpdf": "^6.7",
"setasign/fpdi-tcpdf": "^2.3",
"vlucas/phpdotenv": "^5.6"
}
}