diff --git a/README.md b/README.md new file mode 100644 index 0000000..be9ec7c --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +To implement the confirmation, add this to the composer.json of your module: + +``` + "require": { + ..., + "d3/confirmComposerPackage": "^1.0" + }, + "extra": { + "packageConfirmation": { + "question": "your confirmation question (y/N) ", + "acceptedanswers": [ + "y", + "yes" + ] + } + }, +```