File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33.settings
44.buildpath
55test /output /
6- examples /example-config .json
6+ examples /example-options .json
77.idea
88/composer.phar
99test.php
Original file line number Diff line number Diff line change 99 ],
1010 "minimum-stability" : " stable" ,
1111 "scripts" : {
12- "post-install-cmd" : " if [ ! -f 'examples/example-config .json' ]; then echo '{\n\t\" api-key\" :\" Your API Key\"\n }' >> examples/example-config .json; fi" ,
13- "post-update-cmd" : " if [ ! -f 'examples/example-config .json' ]; then echo '{\n\t\" api-key\" :\" Your API Key\"\n }' >> examples/example-config .json; fi" ,
12+ "post-install-cmd" : " if [ ! -f 'examples/example-options .json' ]; then echo '{\n\t\" api-key\" :\" Your API Key\"\n }' >> examples/example-options .json; fi" ,
13+ "post-update-cmd" : " if [ ! -f 'examples/example-options .json' ]; then echo '{\n\t\" api-key\" :\" Your API Key\"\n }' >> examples/example-options .json; fi" ,
1414 "test" : " phpunit ./test/unit/" ,
1515 "fix-style" : " php-cs-fixer fix ."
1616 },
You can’t perform that action at this time.
0 commit comments