From e5bce6266894e11c52af8f7be13f966da4f9e1fd Mon Sep 17 00:00:00 2001 From: Baptiste Gaillard Date: Mon, 19 Jun 2017 11:22:35 +0200 Subject: [PATCH] Minor updates. --- README.md | 14 +++++++------- phpunit.xml.dist | 20 ++++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index ddaa91d..03ec782 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ > A PHP Library to easily send push notifications with the Pushwoosh REST Web Services. -[![Total Downloads](https://img.shields.io/packagist/dt/gomoob/php-pushwoosh.svg?style=flat)](https://packagist.org/packages/gomoob/php-pushwoosh) -[![Latest Stable Version](https://img.shields.io/packagist/v/gomoob/php-pushwoosh.svg?style=flat)](https://packagist.org/packages/gomoob/php-pushwoosh) -[![Build Status](https://img.shields.io/travis/gomoob/php-pushwoosh.svg?style=flat)](https://travis-ci.org/gomoob/php-pushwoosh) -[![Coverage](https://img.shields.io/coveralls/gomoob/php-pushwoosh.svg?style=flat)](https://coveralls.io/r/gomoob/php-pushwoosh?branch=master) -[![Code Climate](https://img.shields.io/codeclimate/github/gomoob/php-pushwoosh.svg?style=flat)](https://codeclimate.com/github/gomoob/php-pushwoosh) -[![License](https://img.shields.io/packagist/l/gomoob/php-pushwoosh.svg?style=flat)](https://packagist.org/packages/gomoob/php-pushwoosh) +[![Total Downloads](https://img.shields.io/packagist/dt/gomoob/php-pushwoosh.svg?style=flat-square)](https://packagist.org/packages/gomoob/php-pushwoosh) +[![Latest Stable Version](https://img.shields.io/packagist/v/gomoob/php-pushwoosh.svg?style=flat-square)](https://packagist.org/packages/gomoob/php-pushwoosh) +[![Build Status](https://img.shields.io/travis/gomoob/php-pushwoosh.svg?style=flat-square)](https://travis-ci.org/gomoob/php-pushwoosh) +[![Coverage](https://img.shields.io/coveralls/gomoob/php-pushwoosh.svg?style=flat-square)](https://coveralls.io/r/gomoob/php-pushwoosh?branch=master) +[![Code Climate](https://img.shields.io/codeclimate/github/gomoob/php-pushwoosh.svg?style=flat-square)](https://codeclimate.com/github/gomoob/php-pushwoosh) +[![License](https://img.shields.io/packagist/l/gomoob/php-pushwoosh.svg?style=flat-square)](https://packagist.org/packages/gomoob/php-pushwoosh) ## First sample, creating a Pushwoosh message @@ -44,7 +44,7 @@ Easy, isn't it ? ## Framework Integrations - **Laravel** - https://github.com/schimpanz/Laravel-Pushwoosh - **Symfony 2** - https://github.com/Prezent/pushwoosh-bundle - + If you have integrated php-pushwoosh into a popular PHP framework let us know ! ## About Gomoob diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 442fa4c..69e60e1 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -5,9 +5,9 @@ stopOnIncomplete="true" stopOnSkipped="true" verbose="true"> - + - + - + - + - - - src/main/php - - - + + + src/main/php + + +