Skip to content

Commit cec4ed4

Browse files
committed
Update docs to reflect new version
1 parent 4ef8b92 commit cec4ed4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
* Ensure your code is nicely formatted in the [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)
88
style and that all tests pass.
99
* Send the pull request.
10-
* Check that the Travis CI build passed. If not, rinse and repeat.
10+
* Check that the CI build passed. If not, rinse and repeat.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Redsys driver for the Omnipay PHP payment processing library**
44

5-
[![Build Status](https://travis-ci.org/PatronBase/omnipay-redsys.png?branch=master)](https://travis-ci.org/PatronBase/omnipay-redsys)
5+
[![Build Status](https://github.com/PatronBase/omnipay-redsys/actions/workflows/phpunit.yml/badge.svg?branch=master)](https://github.com/PatronBase/omnipay-redsys/actions)
66
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/PatronBase/omnipay-redsys.svg?style=flat)](https://scrutinizer-ci.com/g/PatronBase/omnipay-redsys/code-structure)
77
[![Code Quality](https://img.shields.io/scrutinizer/g/PatronBase/omnipay-redsys.svg?style=flat)](https://scrutinizer-ci.com/g/PatronBase/omnipay-redsys/?branch=master)
88
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
@@ -11,7 +11,7 @@
1111

1212

1313
[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
14-
processing library for PHP 5.6+. This package implements Redsys support for Omnipay. It includes
14+
processing library for PHP 7.2+. This package implements Redsys support for Omnipay. It includes
1515
support for both redirect (3-party) and webservice (2-party) versions of the gateway.
1616

1717
## Installation

0 commit comments

Comments
 (0)