From 510b7c066f9c5a73dd6e8013bec5c58cc0dc8e5b Mon Sep 17 00:00:00 2001 From: maiorano84 Date: Sun, 26 Apr 2015 18:57:13 -0400 Subject: [PATCH] Insights Badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43e0dcf..2859fb8 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # Shortcodes Implementation of Wordpress' Shortcode syntax as a standalone package. Content from editors, databases, etc. can be scanned by the Shortcode Manager and the contents replaced by a custom callback. -==================================================================================================================================================================================================== +====================================================================== [![Build Status](https://travis-ci.org/maiorano84/shortcodes.svg?branch=master)](https://travis-ci.org/maiorano84/shortcodes) [![Latest Stable Version](https://poser.pugx.org/maiorano84/shortcodes/v/stable)](https://packagist.org/packages/maiorano84/shortcodes) [![Total Downloads](https://poser.pugx.org/maiorano84/shortcodes/downloads)](https://packagist.org/packages/maiorano84/shortcodes) [![Latest Unstable Version](https://poser.pugx.org/maiorano84/shortcodes/v/unstable)](https://packagist.org/packages/maiorano84/shortcodes) [![License](https://poser.pugx.org/maiorano84/shortcodes/license)](https://packagist.org/packages/maiorano84/shortcodes) +[![SensioLabsInsight](https://insight.sensiolabs.com/projects/f1157d4b-fc5f-4b9f-be34-7814abb4edb5/big.png)](https://insight.sensiolabs.com/projects/f1157d4b-fc5f-4b9f-be34-7814abb4edb5) ## Requirements Shortcodes requires PHP 5.4 or greater.