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.
1 parent 0ad9370 commit c3bf7a0Copy full SHA for c3bf7a0
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,7 +30,7 @@
30
}
31
},
32
"require": {
33
- "php": "^7.1",
+ "php": "^5.6|^7",
34
"omnipay/common": "~3.0"
35
36
"require-dev": {
0 commit comments