-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 893 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "setasign/setapdf-signer-addon-aws-kms",
"description": "A SetaPDF-Signer component signature module for the AWS Key Management Service.",
"minimum-stability": "stable",
"license": "MIT",
"homepage": "https://github.com/Setasign/SetaPDF-Signer-Addon-AWS-KMS",
"authors": [
{
"name": "Setasign GmbH & Co. KG",
"email": "support@setasign.com"
}
],
"require": {
"php": ">=8.1 <=8.5.99999",
"setasign/setapdf-signer": "^2.47",
"aws/aws-sdk-php": "^3.368"
},
"require-dev": {
"phpseclib/phpseclib": "3.0.x-dev"
},
"autoload": {
"psr-4": {
"setasign\\SetaPDF\\Signer\\Module\\AwsKMS\\": "src"
}
},
"repositories": [
{
"type": "composer",
"url": "https://www.setasign.com/downloads/"
}
]
}