Skip to content

Commit 356fb6c

Browse files
authored
Update readme.md
1 parent adde58c commit 356fb6c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
## Omnipay for Laravel 5
22

3-
### For Laravel 4, use the [0.1 version](https://github.com/barryvdh/laravel-omnipay/tree/v0.1.0).
4-
53
This is a package to integrate [Omnipay](https://github.com/omnipay/omnipay) with Laravel.
64
You can use it to easily manage your configuration, and use the Facade to provide shortcuts to your gateway.
75

86
## Installation
97

108
Require this package in your composer.json and run composer update (or run `composer require barryvdh/laravel-omnipay:0.2.x` directly):
119

12-
"barryvdh/laravel-omnipay": "0.2.*@dev"
10+
"barryvdh/laravel-omnipay": "0.3.*@dev"
1311

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
1513

1614
'Barryvdh\Omnipay\ServiceProvider',
1715

0 commit comments

Comments
 (0)