From eaf28eb67f1f0ff874f1397561e91df5d6833766 Mon Sep 17 00:00:00 2001 From: Nathan Macnamara Date: Wed, 16 Jul 2014 12:31:16 +0100 Subject: [PATCH] Update testing setup --- README.md | 4 +++- composer.json | 4 +--- phpunit.xml | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3855943..36e1c58 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ Parser ====== +[![License](http://img.shields.io/packagist/l/nathanmac/parser.svg)](https://github.com/nathanmac/Parser/blob/master/LICENSE.md) [![Build Status](https://travis-ci.org/nathanmac/Parser.svg?branch=master)](https://travis-ci.org/nathanmac/Parser) -[![Test Coverage](https://codeclimate.com/github/nathanmac/Parser/coverage.png)](https://codeclimate.com/github/nathanmac/Parser) +[![Coverage Status](https://coveralls.io/repos/nathanmac/Parser/badge.png?branch=master)](https://coveralls.io/r/nathanmac/Parser?branch=master) [![Code Climate](https://codeclimate.com/github/nathanmac/Parser.png)](https://codeclimate.com/github/nathanmac/Parser) +[![Release](http://img.shields.io/github/release/nathanmac/parser.svg)](https://github.com/nathanmac/Parser/releases) Simple PHP Parser Library for API Development, parse a post http payload into a php array. diff --git a/composer.json b/composer.json index ebe36c0..06f54e2 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,7 @@ "symfony/yaml": "2.4.*" }, "require-dev": { - "phpunit/phpunit": "4.0.*", - "satooshi/php-coveralls": "0.6.1", - "phpunit/phpcov": "*" + "phpunit/phpunit": "4.0.*" }, "autoload": { "psr-4": { diff --git a/phpunit.xml b/phpunit.xml index d58ef47..3ebf2dc 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -16,6 +16,7 @@ - + +