Go to file
Daniel Seifert 060248ce94 add README.md 2018-12-17 10:20:09 +01:00
src initial commit 2018-12-17 10:12:59 +01:00
README.md add README.md 2018-12-17 10:20:09 +01:00
composer.json initial commit 2018-12-17 10:12:59 +01:00

README.md

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"
      ]
    }
  },