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.
|
4 years ago | |
---|---|---|
src | 4 years ago | |
LICENSE.md | 4 years ago | |
README.md | 4 years ago | |
composer.json | 4 years ago |
README.md
Confirmation request plugin for Composer
can used for every kind of questions and packages
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"
]
}
},