From 9cbc5c61463bcacbab3961ec2a26e1bccb4f0994 Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 29 Nov 2016 17:53:01 +0100 Subject: [PATCH] Codecov badge --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67f03ca..8271471 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Latest Stable Version](https://poser.pugx.org/js-phpize/js-phpize/v/stable.png)](https://packagist.org/packages/js-phpize/js-phpize) [![Build Status](https://travis-ci.org/pug-php/js-phpize.svg?branch=master)](https://travis-ci.org/pug-php/js-phpize) [![StyleCI](https://styleci.io/repos/65670436/shield?style=flat)](https://styleci.io/repos/65670436) -[![Test Coverage](https://codeclimate.com/github/pug-php/js-phpize/badges/coverage.svg)](https://codecov.io/github/pug-php/js-phpize?branch=master) +[![Test Coverage](https://codecov.io/gh/pug-php/js-phpize/branch/master/graph/badge.svg)](https://codecov.io/gh/pug-php/js-phpize) [![Code Climate](https://codeclimate.com/github/pug-php/js-phpize/badges/gpa.svg)](https://codeclimate.com/github/pug-php/js-phpize) Convert js-like syntax to standalone PHP code. diff --git a/composer.json b/composer.json index 5fb1cb6..213a0f1 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": ">=4.0", + "phpunit/phpunit": ">=4.8", "codeclimate/php-test-reporter": "dev-master" }, "minimum-stability": "stable",