Skip to content

Commit

Permalink
Drop testing on PHP < 5.6
Browse files Browse the repository at this point in the history
Update dependencies and badges
  • Loading branch information
renekorss committed Jan 15, 2016
1 parent 23e2a39 commit 25896d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

before_script:
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 25896d7

Please sign in to comment.