diff --git a/README.md b/README.md index 92df312..62226d3 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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`: diff --git a/composer.json b/composer.json index d6b3a5c..af21259 100644 --- a/composer.json +++ b/composer.json @@ -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" },