You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Seifert 48eca99bae
add badges
4 years ago
src add Apache 2.0 license 4 years ago
LICENSE.md change license text format 4 years ago
README.md add badges 4 years ago
composer.json add Apache 2.0 license 4 years ago

README.md

Confirmation request plugin for Composer

can used for every kind of questions and packages

License Latest Stable Release

To implement the confirmation, add this to the composer.json of your package:

  "require": {
    ...,
    "d3/confirmcomposerpackage": "^1.0"
  },
  "extra": {
    "packageConfirmation": {
      "question": "your confirmation question (y/N) ",
      "acceptedanswers": [
        "y",
        "yes"
      ]
    }
  },