From 48eca99bae6de959e8f8dc9a3a8cec057cb97e32 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 19 Dec 2018 23:02:25 +0100 Subject: [PATCH] add badges --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be9ec7c..afe0a76 100644 --- a/README.md +++ b/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": { ..., - "d3/confirmComposerPackage": "^1.0" + "d3/confirmcomposerpackage": "^1.0" }, "extra": { "packageConfirmation": {