File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
* 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 )
8
8
style and that all tests pass.
9
9
* 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.
Original file line number Diff line number Diff line change 2
2
3
3
** Redsys driver for the Omnipay PHP payment processing library**
4
4
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 )
6
6
[ ![ 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 )
7
7
[ ![ Code Quality] ( https://img.shields.io/scrutinizer/g/PatronBase/omnipay-redsys.svg?style=flat )] ( https://scrutinizer-ci.com/g/PatronBase/omnipay-redsys/?branch=master )
8
8
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )] ( LICENSE.md )
11
11
12
12
13
13
[ 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
15
15
support for both redirect (3-party) and webservice (2-party) versions of the gateway.
16
16
17
17
## Installation
You can’t perform that action at this time.
0 commit comments