8
0
Bifurcation 0

add README.md

Cette révision appartient à :
Daniel Seifert 2018-12-17 10:20:09 +01:00
Parent 5d2ccc28b1
révision 060248ce94
1 fichiers modifiés avec 17 ajouts et 0 suppressions

17
README.md Fichier normal
Voir le fichier

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