File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Omnipay for Laravel 5
2
2
3
- ### For Laravel 4, use the [ 0.1 version] ( https://github.com/barryvdh/laravel-omnipay/tree/v0.1.0 ) .
4
-
5
3
This is a package to integrate [ Omnipay] ( https://github.com/omnipay/omnipay ) with Laravel.
6
4
You can use it to easily manage your configuration, and use the Facade to provide shortcuts to your gateway.
7
5
8
6
## Installation
9
7
10
8
Require this package in your composer.json and run composer update (or run ` composer require barryvdh/laravel-omnipay:0.2.x ` directly):
11
9
12
- "barryvdh/laravel-omnipay": "0.2 .*@dev"
10
+ "barryvdh/laravel-omnipay": "0.3 .*@dev"
13
11
14
- After updating composer, add the ServiceProvider to the providers array in config/app.php
12
+ Pre Laravel 5.5: After updating composer, add the ServiceProvider to the providers array in config/app.php
15
13
16
14
'Barryvdh\Omnipay\ServiceProvider',
17
15
You can’t perform that action at this time.
0 commit comments