Skip to content

Commit d17a419

Browse files
authored
Merge pull request #30 from RSpeekenbrink/readme-version-cleanup
Update README to no longer suggest a specific version
2 parents e6bfc4c + 468ce95 commit d17a419

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)