Skip to content

Commit

Permalink
Added omnipay dependency and fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhakar Bhat committed Apr 28, 2016
1 parent da1a127 commit 155e43f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $params = [

$gateway->purchase($params)->send()->redirect();
```
Check official omniauth documentation for more
Check official OmniPay documentation for more

## Contributing

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
}
],
"require": {
"php": "~5.5|~7.0"
"php": "~5.5|~7.0",
"omnipay/common": "~2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 155e43f

Please sign in to comment.