add badges
This commit is contained in:
parent
faee567426
commit
48eca99bae
10
README.md
10
README.md
@ -1,9 +1,15 @@
|
|||||||
To implement the confirmation, add this to the composer.json of your module:
|
# Confirmation request plugin for Composer
|
||||||
|
can used for every kind of questions and packages
|
||||||
|
|
||||||
|
[![License](https://img.shields.io/packagist/l/d3/confirmcomposerpackage.svg)](https://packagist.org/packages/d3/confirmcomposerpackage)
|
||||||
|
[![Latest Stable Release](https://img.shields.io/packagist/v/d3/confirmcomposerpackage.svg?label=latest%20stable)](https://packagist.org/packages/d3/confirmcomposerpackage)
|
||||||
|
|
||||||
|
To implement the confirmation, add this to the composer.json of your package:
|
||||||
|
|
||||||
```
|
```
|
||||||
"require": {
|
"require": {
|
||||||
...,
|
...,
|
||||||
"d3/confirmComposerPackage": "^1.0"
|
"d3/confirmcomposerpackage": "^1.0"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"packageConfirmation": {
|
"packageConfirmation": {
|
||||||
|
Loading…
Reference in New Issue
Block a user