Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexw23 authored Jan 8, 2019
1 parent ac6ecda commit 2a29998
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ Version `2.2` and onwards is using Omnipay 2.5

Version `2.3` and onwards supports Laravel 5.4

### Omnipay 3 Support

Version `3.0` and onwards supports Omnipay 3.0 and Laravel 5.4 (note 5.5+ haven't been tested yet)

### Composer Configuration

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

"ignited/laravel-omnipay": "2.*"
"ignited/laravel-omnipay": "3.*"

**Note:** You don't need to include the `omnipay/common` in your composer.json - it is a requirement of the `laravel-omnipay` package.

Expand Down

0 comments on commit 2a29998

Please sign in to comment.