Skip to content

Commit 8a590c1

Browse files
authored
Merge pull request #57 from jason-nabooki/master
Bump Laravel version support to 7
2 parents e41b142 + 1754e6b commit 8a590c1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Omnipay for Laravel 5/6 & Lumen
1+
Omnipay for Laravel 5/6/7 & Lumen
22
==============
33

44
[![Total Downloads](https://img.shields.io/packagist/dt/ignited/laravel-omnipay.svg)](https://packagist.org/packages/ignited/laravel-omnipay)
@@ -25,6 +25,8 @@ Version `3.0` and onwards supports Omnipay 3.0 and Laravel 5.3, 5.4, 5.5, 5.6, 5
2525

2626
Version `3.1` and onwards supports Omnipay 3.0 and Laravel 5.3, 5.4, 5.5, 5.6, 5.7, 6.0
2727

28+
Version `3.2` and onwards supports Omnipay 3.0 and Laravel 5.3, 5.4, 5.5, 5.6, 5.7, 6.0, 7.0
29+
2830
### Composer Configuration
2931

3032
Include the laravel-omnipay package as a dependency in your `composer.json`:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": ">=5.4.0",
13-
"illuminate/support": "~5|~6",
13+
"illuminate/support": "~5|~6|~7",
1414
"omnipay/common": "~3.0",
1515
"php-http/guzzle6-adapter": "^1.1|^2"
1616
},

0 commit comments

Comments
 (0)