From 25896d7c0f6ca0d3b1bfc01a737e32b340abc8af Mon Sep 17 00:00:00 2001 From: Rene Korss Date: Fri, 15 Jan 2016 09:33:43 +0200 Subject: [PATCH] Drop testing on PHP < 5.6 Update dependencies and badges --- .travis.yml | 3 +-- README.md | 7 ++++++- composer.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f2576c5..9fe351a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: php php: - - 5.4 - - 5.5 - 5.6 + - 7.0 - hhvm before_script: diff --git a/README.md b/README.md index 2913a6e..1d2d5b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -[![Build Status](https://travis-ci.org/renekorss/Banklink.svg?branch=master)](https://travis-ci.org/renekorss/Banklink) [![Coverage Status](https://coveralls.io/repos/renekorss/Banklink/badge.svg?branch=master&service=github)](https://coveralls.io/github/renekorss/Banklink?branch=master) [![License](http://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +[![Build Status](https://travis-ci.org/renekorss/Banklink.svg?branch=master)](https://travis-ci.org/renekorss/Banklink) +[![Coverage Status](https://coveralls.io/repos/renekorss/Banklink/badge.svg?branch=master&service=github)](https://coveralls.io/github/renekorss/Banklink?branch=master) +[![HHVM Status](http://hhvm.h4cc.de/badge/renekorss/banklink.svg?style=flat)](http://hhvm.h4cc.de/package/renekorss/banklink) +[![Latest Stable Version](https://poser.pugx.org/renekorss/banklink/v/stable)](https://packagist.org/packages/renekorss/banklink) +[![Total Downloads](https://poser.pugx.org/renekorss/banklink/downloads)](https://packagist.org/packages/renekorss/banklink) +[![License](http://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) # PHP Banklink library diff --git a/composer.json b/composer.json index a24022c..559844e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "lib-openssl": "*" }, "require-dev": { - "phpunit/phpunit": "4.8.*", + "phpunit/phpunit": "5.1.*", "phpdocumentor/phpdocumentor": "dev-master", "satooshi/php-coveralls": "dev-master" },