8
0
Fork 0
Dieser Commit ist enthalten in:
Daniel Seifert 2018-12-17 10:20:09 +01:00
Ursprung 5d2ccc28b1
Commit 060248ce94
1 geänderte Dateien mit 17 neuen und 0 gelöschten Zeilen

17
README.md Normale Datei
Datei anzeigen

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