77[ ![ Software License] [ ico-license ]] ( LICENSE )
88
99
10-
11-
1210** Alipay driver for the Omnipay PHP payment processing library**
1311
1412[ Omnipay] ( https://github.com/omnipay/omnipay ) is a framework agnostic, multi-gateway payment
@@ -23,11 +21,7 @@ processing library for PHP. This package implements Alipay support for Omnipay.
2321Omnipay is installed via [ Composer] ( http://getcomposer.org/ ) . To install, simply add it
2422to your ` composer.json ` file:
2523
26- "lokielse/omnipay-alipay": "^2.0",
27-
28- And run composer to update your dependencies:
29-
30- $ composer update -vvv
24+ composer require lokielse/omnipay-alipay
3125
3226## Basic Usage
3327
@@ -104,8 +98,6 @@ or better yet, fork the library and submit a pull request.
10498[ ico-code-quality ] : https://img.shields.io/scrutinizer/g/lokielse/omnipay-alipay.svg
10599[ ico-downloads ] : https://img.shields.io/packagist/dt/lokielse/omnipay-alipay.svg
106100
107-
108-
109101[ link-packagist ] : https://packagist.org/packages/lokielse/omnipay-alipay
110102[ link-travis ] : https://travis-ci.org/lokielse/omnipay-alipay
111103[ link-scrutinizer ] : https://scrutinizer-ci.com/g/lokielse/omnipay-alipay/code-structure
@@ -115,8 +107,6 @@ or better yet, fork the library and submit a pull request.
115107[ link-author ] : https://github.com/lokielse
116108[ link-contributors ] : ../../contributors
117109
118-
119-
120110[ link-wiki-aop-page ] : https://github.com/lokielse/omnipay-alipay/wiki/Aop-Page-Gateway
121111[ link-wiki-aop-app ] : https://github.com/lokielse/omnipay-alipay/wiki/Aop-APP-Gateway
122112[ link-wiki-aop-f2f ] : https://github.com/lokielse/omnipay-alipay/wiki/Aop-Face-To-Face-Gateway
0 commit comments