-
Notifications
You must be signed in to change notification settings - Fork 42
/
config-php.json
33 lines (33 loc) · 1.04 KB
/
config-php.json
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
{
"packageName": "conekta",
"generateSourceCodeOnly": "false",
"artifactVersion": "6.0.11",
"packageUrl": "https://developers.conekta.com/",
"projectName": "conekta-php",
"appDescriptionV2" : "Conekta PHP Library",
"useOneOfDiscriminatorLookup" : true,
"nonCompliantUseDiscriminatorIfCompositionFails" : false,
"httpUserAgent": "Conekta/v2 PhpBindings/6.0.11",
"packageAuthors" : "[email protected]",
"files": {
"/local/CODE_OF_CONDUCT.md" : {},
"/local/AUTHORS.md" : {},
"/local/CONTRIBUTING.md" : {},
"/local/LICENSE" : {},
"/local/conekta.png" : {},
"VERSION.mustache" : {
"templateType": "SupportingFiles",
"destinationFilename": "VERSION"
},
"/local/ssl_data/ca_bundle.crt": {
"destinationFilename": "lib/ssl_data/ca_bundle.crt"
}
},
"gitUserId": "conekta",
"gitRepoId": "conekta-php",
"modern" : true,
"disallowAdditionalPropertiesIfNotPresent" : true,
"invokerPackage" : "Conekta",
"templateDir": "/local/templates/php",
"legacyDiscriminatorBehavior" : false
}