We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 092aa8a + c3bf7a0 commit 691905dCopy full SHA for 691905d
README.md
@@ -9,7 +9,7 @@
9
[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic,
10
multi-gateway payment processing library for PHP.
11
This package implements Sage Pay support for Omnipay.
12
-This version only supports PHP 7.1+.
+This version supports PHP ^5.6 and PHP ^7.
13
14
This is the `master` branch of Omnipay, handling Omnipay version `3.x`.
15
For the `2.x` branch, please visit https://github.com/thephpleague/omnipay-sagepay/tree/2.x
composer.json
@@ -30,6 +30,7 @@
30
}
31
},
32
"require": {
33
+ "php": "^5.6|^7",
34
"omnipay/common": "~3.0"
35
36
"require-dev": {
0 commit comments