Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from heidelpay/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
stevenobird authored Feb 7, 2018
2 parents 8c6f459 + 8528307 commit 8714dbd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ matrix:
env: deps=low
- php: 7.1
env: deps=high
- php: 7.2
env: deps=no
- php: 7.2
env: deps=low
- php: 7.2
env: deps=high

cache:
directories:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/1ffcac3178b54be18ec9816ef2db8e4e)](https://www.codacy.com/app/heidelpay/php-message-code-mapper?utm_source=github.com&utm_medium=referral&utm_content=heidelpay/php-messages-code-mapper&utm_campaign=Badge_Coverage)
[![Build Status](https://travis-ci.org/heidelpay/php-message-code-mapper.svg?branch=master)](https://travis-ci.org/heidelpay/php-message-code-mapper)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/1ffcac3178b54be18ec9816ef2db8e4e)](https://www.codacy.com/app/heidelpay/php-message-code-mapper?utm_source=github.com&utm_medium=referral&utm_content=heidelpay/php-messages-code-mapper&utm_campaign=Badge_Grade)
[![Build Status](https://travis-ci.org/heidelpay/php-message-code-mapper.svg?branch=master)](https://travis-ci.org/heidelpay/php-message-code-mapper)
[![Latest Stable on Packagist](https://poser.pugx.org/heidelpay/php-message-code-mapper/v/stable)](https://packagist.org/packages/heidelpay/php-message-code-mapper)
[![PHP 5.6](https://img.shields.io/badge/php-5.6-blue.svg)](http://www.php.net)
[![PHP 7.0](https://img.shields.io/badge/php-7.0-blue.svg)](http://www.php.net)
[![PHP 7.1](https://img.shields.io/badge/php-7.1-blue.svg)](http://www.php.net)
[![PHP 7.2](https://img.shields.io/badge/php-7.2-blue.svg)](http://www.php.net)

![Logo](https://dev.heidelpay.de/devHeidelpay_400_180.jpg)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A library to convert heidelpay message codes into customer friendly messages.",
"type": "library",
"keywords": ["heidelpay", "php", "payment", "error-messages", "errors", "messages"],
"license": "Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.",
"license": "proprietary",
"authors": [
{
"name": "Stephano Vogel",
Expand Down

0 comments on commit 8714dbd

Please sign in to comment.