File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 33.settings
44.buildpath
55test /output /
6+ examples /example-config.json
Original file line number Diff line number Diff line change 33 "description" : " SDK for interfacing with SparkPost APIs" ,
44 "license" : " Apache 2.0" ,
55 "authors" : [
6- {
7- "name" : " Message Systems, Inc."
8- }
6+ {
7+ "name" : " Message Systems, Inc."
8+ }
99 ],
1010 "minimum-stability" : " stable" ,
11+ "scripts" : {
12+ "post-package-install" : "
13+ echo '{\n\t\"api-key\":\"Your API Key\"\n }' >> examples/example-config.json"
14+ "post-package-update" : "
15+ if [ ! -f examples/example-config.json ]
16+ echo '{\n\t\"api-key\":\"Your API Key\"\n }' >> examples/example-config.json
17+ fi"
18+ },
1119 "require" : {
1220 "php" : " >=5.3.0" ,
1321 "guzzlehttp/guzzle" : " 3.8.1"
You can’t perform that action at this time.
0 commit comments