Skip to content

Commit

Permalink
added badges
Browse files Browse the repository at this point in the history
  • Loading branch information
dsentker committed Sep 19, 2017
1 parent 91203a8 commit 9826c9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.**

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9826c9c

Please sign in to comment.