Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pszalko authored Oct 6, 2021
1 parent 468ee57 commit 30c8c83
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Omnipay: Tpay

[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.3+. This package implements Tpay support for Omnipay.
This package requires PHP 5.6+.
This package implements Tpay support for Omnipay v2 and v3.

## Installation

Expand All @@ -15,7 +13,7 @@ To install with Omnipay v2, simply add it to your `composer.json` file:
```json
{
"require": {
"omnipay/tpay": "~2.0"
"mobtitude/omnipay-tpay": "~2.0"
}
}
```
Expand All @@ -29,7 +27,7 @@ To install with Omnipay v3, simply add it to your `composer.json` file:
```json
{
"require": {
"omnipay/tpay": "~3.0"
"mobtitude/omnipay-tpay": "~3.0"
}
}
```
Expand Down

0 comments on commit 30c8c83

Please sign in to comment.