Skip to content

Commit 468ce95

Browse files
committed
Update README
Update readme to no longer include any version suggestions as discussed in !29
1 parent e6bfc4c commit 468ce95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ You can use it to easily manage your configuration, and use the Facade to provid
55

66
## Installation
77

8-
Require this package in your composer.json and run composer update (or run `composer require barryvdh/laravel-omnipay` directly):
8+
Require this package with composer.
99

10-
```php
11-
"barryvdh/laravel-omnipay": "0.3.*"
10+
```
11+
$ composer require barryvdh/laravel-omnipay
1212
```
1313

1414
Pre Laravel 5.5: After updating composer, add the ServiceProvider to the providers array in config/app.php

0 commit comments

Comments
 (0)