From 30c8c83f4fab8ad89e7cbd3ab3c44cf23f11e157 Mon Sep 17 00:00:00 2001 From: Przemek Szalko Date: Wed, 6 Oct 2021 19:02:03 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2b9dafd..e351206 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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" } } ``` @@ -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" } } ```