From 6e7f1e7fdd1e2b18e08a8cab0a9a9df9f7ef87b7 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Fri, 30 Jun 2017 17:51:00 +0200 Subject: [PATCH] added badges to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40f96dc5..798e5ece 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Intervention Image is a **PHP image handling and manipulation** library providing an easier and expressive way to create, edit, and compose images. The package includes ServiceProviders and Facades for easy **Laravel** integration. +[![Latest Version](https://img.shields.io/packagist/v/intervention/image.svg)](https://packagist.org/packages/intervention/image) [![Build Status](https://travis-ci.org/Intervention/image.png?branch=master)](https://travis-ci.org/Intervention/image) +[![Monthly Downloads](https://img.shields.io/packagist/dm/intervention/image.svg)](https://packagist.org/packages/intervention/image) ## Requirements @@ -50,4 +52,4 @@ Contributions to the Intervention Image library are welcome. Please note the fol Intervention Image is licensed under the [MIT License](http://opensource.org/licenses/MIT). -Copyright 2014 [Oliver Vogel](http://olivervogel.net/) +Copyright 2017 [Oliver Vogel](http://olivervogel.net/)