From 9826c9ceea6f150a7568b6a900165767cbe3ef49 Mon Sep 17 00:00:00 2001 From: Daniel Sentker Date: Tue, 19 Sep 2017 14:30:26 +0200 Subject: [PATCH] added badges --- README.md | 6 +++++- composer.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6d1857..0d33eef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Watcher +# Watcher + + [![GitHub release](https://img.shields.io/github/release/dsentker/DoctrineWatcher.svg?style=flat-square)]() + [![Packagist](https://img.shields.io/packagist/v/dsentker/watcher.svg?style=flat-square)]() + [![Maintenance](https://img.shields.io/maintenance/yes/2017.svg?style=flat-square)]() **Allows to track changes on doctrine entities with an easy-to-use and highly customizable API.** diff --git a/composer.json b/composer.json index 38cbd5f..5b504f0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "dsentker/watcher", "description": "Allows to track changes on doctrine entities with an easy-to-use API.", - "version": "0.2.5", + "version": "0.2.51", "license": "MIT", "autoload": { "psr-4": {