We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6ecda commit 2a29998Copy full SHA for 2a29998
README.md
@@ -19,11 +19,15 @@ Version `2.2` and onwards is using Omnipay 2.5
19
20
Version `2.3` and onwards supports Laravel 5.4
21
22
+### Omnipay 3 Support
23
+
24
+Version `3.0` and onwards supports Omnipay 3.0 and Laravel 5.4 (note 5.5+ haven't been tested yet)
25
26
### Composer Configuration
27
28
Include the laravel-omnipay package as a dependency in your `composer.json`:
29
- "ignited/laravel-omnipay": "2.*"
30
+ "ignited/laravel-omnipay": "3.*"
31
32
**Note:** You don't need to include the `omnipay/common` in your composer.json - it is a requirement of the `laravel-omnipay` package.
33
0 commit comments