Skip to content

Commit 54fe8bb

Browse files
authored
Update composer.json
1 parent 8968d70 commit 54fe8bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "lokielse/omnipay-alipay",
2+
"name": "php-cpm/omnipay-alipay",
33
"type": "library",
44
"description": "Alipay gateway for Omnipay payment processing library",
55
"keywords": [
@@ -11,12 +11,12 @@
1111
"payment",
1212
"purchase"
1313
],
14-
"homepage": "https://github.com/lokielse/omnipay-alipay",
14+
"homepage": "https://github.com/php-cpm/omnipay-alipay",
1515
"license": "MIT",
1616
"authors": [
1717
{
18-
"name": "Loki Else",
19-
"email": "lokielse@gmail.com"
18+
"name": "php-cpm",
19+
"email": "zouyi@leying365.com"
2020
}
2121
],
2222
"autoload": {
@@ -29,9 +29,9 @@
2929
]
3030
},
3131
"require": {
32-
"omnipay/common": "~2.0"
32+
"omnipay/common": "~2.0|~3.0.x-dev"
3333
},
3434
"require-dev": {
35-
"omnipay/tests": "~2.0"
35+
"omnipay/tests": "~2.0|~3.0.x-dev"
3636
}
3737
}

0 commit comments

Comments
 (0)