We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81493b commit cb4fa23Copy full SHA for cb4fa23
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "wenqinruan/omnipay-alipay",
+ "name": "codeages/omnipay-alipay",
3
"type": "library",
4
"description": "Alipay gateway for Omnipay payment processing library",
5
"keywords": [
@@ -12,14 +12,8 @@
12
"payment",
13
"purchase"
14
],
15
- "homepage": "https://github.com/wenqinruan/omnipay-alipay",
+ "homepage": "https://github.com/codeages/omnipay-alipay",
16
"license": "MIT",
17
- "authors": [
18
- {
19
- "name": "Wenqin Ruan",
20
- "email": "[email protected]"
21
- }
22
- ],
23
"autoload": {
24
"psr-4": {
25
"Omnipay\\Alipay\\": "src/",
0 commit comments