Go to file
Daniel Seifert c9374623e8 add Apache 2.0 license 2018-12-18 09:17:31 +01:00
src add Apache 2.0 license 2018-12-18 09:17:31 +01:00
LICENSE.md add Apache 2.0 license 2018-12-18 09:17:31 +01:00
README.md add README.md 2018-12-17 10:20:09 +01:00
composer.json add Apache 2.0 license 2018-12-18 09:17:31 +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"
      ]
    }
  },