Skip to content

Commit

Permalink
Merge pull request #57 from jason-nabooki/master
Browse files Browse the repository at this point in the history
Bump Laravel version support to 7
  • Loading branch information
alexw23 authored May 7, 2020
2 parents e41b142 + 1754e6b commit 8a590c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Omnipay for Laravel 5/6 & Lumen
Omnipay for Laravel 5/6/7 & Lumen
==============

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

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

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

### Composer Configuration

Include the laravel-omnipay package as a dependency in your `composer.json`:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5|~6",
"illuminate/support": "~5|~6|~7",
"omnipay/common": "~3.0",
"php-http/guzzle6-adapter": "^1.1|^2"
},
Expand Down

0 comments on commit 8a590c1

Please sign in to comment.