-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.json
More file actions
52 lines (52 loc) · 1.78 KB
/
config.json
File metadata and controls
52 lines (52 loc) · 1.78 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"srcBasePath": "src",
"invokerPackage": "Fingerprint\\ServerSdk",
"composerVendorName": "fingerprint",
"composerProjectName": "server-sdk",
"packageUrl": "https://github.com/fingerprintjs/php-sdk",
"gitRepoBaseURL": "https://github.com",
"gitUserId": "fingerprintjs",
"gitRepoId": "php-sdk",
"artifactVersion": "7.2.0-beta.2",
"organizationName": "Fingerprint",
"organizationUrl": "https://fingerprint.com",
"licenseName": "MIT",
"files": {
"Sealed/Sealed.mustache": {
"destinationFilename": "src/Sealed/Sealed.php"
},
"Sealed/DecryptionAlgorithm.mustache": {
"destinationFilename": "src/Sealed/DecryptionAlgorithm.php"
},
"Sealed/DecryptionKey.mustache": {
"destinationFilename": "src/Sealed/DecryptionKey.php"
},
"Sealed/DecompressionException.mustache": {
"destinationFilename": "src/Sealed/DecompressionException.php"
},
"Sealed/InvalidSealedDataException.mustache": {
"destinationFilename": "src/Sealed/InvalidSealedDataException.php"
},
"Sealed/InvalidSealedDataHeaderException.mustache": {
"destinationFilename": "src/Sealed/InvalidSealedDataHeaderException.php"
},
"Sealed/UnsealAggregateException.mustache": {
"destinationFilename": "src/Sealed/UnsealAggregateException.php"
},
"Sealed/UnsealException.mustache": {
"destinationFilename": "src/Sealed/UnsealException.php"
},
"Webhook/WebhookVerifier.mustache": {
"destinationFilename": "src/Webhook/WebhookVerifier.php"
},
"Webhook/Webhook.md.mustache": {
"destinationFilename": "docs/Webhook.md"
},
"Sealed/Sealed.md.mustache": {
"destinationFilename": "docs/Sealed/Sealed.md"
},
"Sealed/DecryptionKey.md": {
"destinationFilename": "docs/Sealed/DecryptionKey.md"
}
}
}