Skip to content

Commit 691905d

Browse files
authored
Merge pull request #118 from ricardofiorani/pin-php-version-on-composer
Require correct PHP version on composer
2 parents 092aa8a + c3bf7a0 commit 691905d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
}
3131
},
3232
"require": {
33+
"php": "^5.6|^7",
3334
"omnipay/common": "~3.0"
3435
},
3536
"require-dev": {

0 commit comments

Comments
 (0)