Skip to content

Commit c3bf7a0

Browse files
author
Ricardo Fiorani
committed
fixed to match omnipay-common php version requiment
1 parent 0ad9370 commit c3bf7a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic,
1010
multi-gateway payment processing library for PHP.
1111
This package implements Sage Pay support for Omnipay.
12-
This version only supports PHP 7.1+.
12+
This version supports PHP ^5.6 and PHP ^7.
1313

1414
This is the `master` branch of Omnipay, handling Omnipay version `3.x`.
1515
For the `2.x` branch, please visit https://github.com/thephpleague/omnipay-sagepay/tree/2.x

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"require": {
33-
"php": "^7.1",
33+
"php": "^5.6|^7",
3434
"omnipay/common": "~3.0"
3535
},
3636
"require-dev": {

0 commit comments

Comments
 (0)