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

Commit

Permalink
Merge pull request #162 from heidelpay/change/PHPLIB-289/add-php74-su…
Browse files Browse the repository at this point in the history
…pport

Merge remote-tracking branch 'remotes/github/develop' into change/PHPLIB-289/add-php74-support
  • Loading branch information
Simon Gabriel authored Mar 3, 2020
2 parents 7d15c61 + 404a3f7 commit 04a70d3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ matrix:
env:
- DEPS=HIGH
- LEVEL=UNIT
- name: "php 7.4 (install) - unit"
php: 7.4
env:
- DEPS=NO
- LEVEL=UNIT
- name: "php 7.4 (update) - unit"
php: 7.4
env:
- DEPS=HIGH
- LEVEL=UNIT
cache:
directories:
- $HOME/.composer/cache
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
### Added
* Http headers to debug log.
* PID to debug log.
* PHP7.4 support.
* Handles for automatic testing to examples.

### Changed
* Update example implementation for Hire Purchase direct debit payment type (FlexiPay® Rate).
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![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)
[![PHP 7.3](https://img.shields.io/badge/php-7.3-blue.svg)](http://www.php.net)
[![PHP 7.4](https://img.shields.io/badge/php-7.4-blue.svg)](http://www.php.net)

![Logo](https://dev.heidelpay.com/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 @@ -14,7 +14,7 @@
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"phpunit/phpunit": ">6.5 <8.0",
"codacy/coverage": "^1.4",
"friendsofphp/php-cs-fixer": "^2.0"
},
Expand Down

0 comments on commit 04a70d3

Please sign in to comment.