Skip to content

Commit 7e74b7f

Browse files
committed
Remove PHP 7.3+ from testing
1 parent af3fd47 commit 7e74b7f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ php:
44
- 7.0
55
- 7.1
66
- 7.2
7-
- 7.3
8-
- 7.4
97

108
before_script:
119
- composer install -n --dev --prefer-source

README.md

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

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

5-
[![Build Status](https://travis-ci.org/dercoder/omnipay-webmoney.svg?branch=master)](https://travis-ci.org/dercoder/omnipay-webmoney)
5+
[![Build Status](https://app.travis-ci.com/dercoder/omnipay-webmoney.svg?branch=master)](https://travis-ci.org/dercoder/omnipay-webmoney)
66
[![Coverage Status](https://coveralls.io/repos/dercoder/omnipay-webmoney/badge.svg?branch=master&service=github)](https://coveralls.io/github/dercoder/omnipay-webmoney?branch=master)
77

88
[![Latest Stable Version](https://poser.pugx.org/dercoder/omnipay-webmoney/v/stable.png)](https://packagist.org/packages/dercoder/omnipay-webmoney)
@@ -11,7 +11,7 @@
1111
[![License](https://poser.pugx.org/dercoder/omnipay-webmoney/license.png)](https://packagist.org/packages/dercoder/omnipay-webmoney)
1212

1313
[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment
14-
processing library for PHP 5.6+. This package implements [WebMoney](https://www.webmoney.az) support for Omnipay.
14+
processing library for PHP 7.0+. This package implements [WebMoney](https://www.webmoney.az) support for Omnipay.
1515

1616
## Installation
1717

@@ -21,7 +21,7 @@ to your `composer.json` file:
2121
```json
2222
{
2323
"require": {
24-
"dercoder/omnipay-webmoney": "~3.0"
24+
"dercoder/omnipay-webmoney": "~4.0"
2525
}
2626
}
2727
```

0 commit comments

Comments
 (0)