customized library
Original Project is Omnipay: UnionPay
forked from lokielse/omnipay-unionpay
just resolved some conflict for laravel-7.x
Add this git address to your repositories
section in composer.json
such as :
{
"repositories":[
{
"type": "vcs",
"url": "[email protected]:Q-Huan/omnipay-unionpay.git"
}
]
}
run :
$ composer require lokielse/omnipay-unionpay:dev-master
you may downgrade guzzlehttp/guzzle
to ^6.0
to prevent some another conflict (?