We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42f027 commit e20eed7Copy full SHA for e20eed7
.travis.yml
@@ -1,9 +1,6 @@
1
language: php
2
3
php:
4
- - 5.3
5
- - 5.4
6
- - 5.5
7
- 5.6
8
- 7.0
9
- 7.1
README.md
@@ -7,7 +7,7 @@
[](https://packagist.org/packages/omnipay/buckaroo)
[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
10
-processing library for PHP 5.3+. This package implements Buckaroo support for Omnipay.
+processing library for PHP 5.6+. This package implements Buckaroo support for Omnipay.
11
12
## Installation
13
@@ -17,7 +17,7 @@ to your `composer.json` file:
17
```json
18
{
19
"require": {
20
- "omnipay/buckaroo": "~2.0"
+ "omnipay/buckaroo": "~3.0"
21
}
22
23
```
0 commit comments