From 1ce79ff00cb1d651ab4b06739084b7f369f7031e Mon Sep 17 00:00:00 2001 From: Joshua Thijssen Date: Wed, 8 Oct 2014 14:14:25 +0200 Subject: [PATCH 1/2] Update README.md Removed the sensio insight label until they fixed the issue with "use" & annotations. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c49989c..8a9cf3d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ NoxlogicRateLimitBundle [![Build Status](https://travis-ci.org/jaytaph/RateLimitBundle.svg?branch=master)](https://travis-ci.org/jaytaph/RateLimitBundle) [![Code Coverage](https://scrutinizer-ci.com/g/jaytaph/RateLimitBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/jaytaph/RateLimitBundle/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jaytaph/RateLimitBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jaytaph/RateLimitBundle/?branch=master) -[![SensioLabsInsight](https://insight.sensiolabs.com/projects/da8fecf6-ade5-44a5-9c2f-e8e3a70e5e94/mini.png)](https://insight.sensiolabs.com/projects/da8fecf6-ade5-44a5-9c2f-e8e3a70e5e94) [![Latest Stable Version](https://poser.pugx.org/noxlogic/ratelimit-bundle/v/stable.svg)](https://packagist.org/packages/noxlogic/ratelimit-bundle) [![Total Downloads](https://poser.pugx.org/noxlogic/ratelimit-bundle/downloads.svg)](https://packagist.org/packages/noxlogic/ratelimit-bundle) [![Latest Unstable Version](https://poser.pugx.org/noxlogic/ratelimit-bundle/v/unstable.svg)](https://packagist.org/packages/noxlogic/ratelimit-bundle) [![License](https://poser.pugx.org/noxlogic/ratelimit-bundle/license.svg)](https://packagist.org/packages/noxlogic/ratelimit-bundle) From 5a6ff861e9d1fdddf90ab94df2621436cbb6b31b Mon Sep 17 00:00:00 2001 From: Joshua Thijssen Date: Thu, 13 Nov 2014 15:35:29 +0100 Subject: [PATCH 2/2] Added latest symfony versions --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8a256e7..6a4cc8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ php: env: - SYMFONY_VERSION=2.3.* - SYMFONY_VERSION=2.4.* + - SYMFONY_VERSION=2.5.* + - SYMFONY_VERSION=2.6.* - SYMFONY_VERSION=dev-master matrix: