Skip to content

Commit e20eed7

Browse files
author
Mati Kochen
committed
update README for minimum PHP5.6 support and remove versions from travis
1 parent f42f027 commit e20eed7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
74
- 5.6
85
- 7.0
96
- 7.1

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Total Downloads](https://poser.pugx.org/omnipay/buckaroo/d/total.png)](https://packagist.org/packages/omnipay/buckaroo)
88

99
[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.
10+
processing library for PHP 5.6+. This package implements Buckaroo support for Omnipay.
1111

1212
## Installation
1313

@@ -17,7 +17,7 @@ to your `composer.json` file:
1717
```json
1818
{
1919
"require": {
20-
"omnipay/buckaroo": "~2.0"
20+
"omnipay/buckaroo": "~3.0"
2121
}
2222
}
2323
```

0 commit comments

Comments
 (0)