add README.md
This commit is contained in:
parent
5d2ccc28b1
commit
060248ce94
17
README.md
Normal file
17
README.md
Normal file
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user