Skip to content

Commit b36a338

Browse files
authored
Merge pull request #2 from maiscrm/feat-add-jd
add composer file
2 parents 3af948a + 4cbbad0 commit b36a338

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "maiscrm/jd-openapi-php-sdk",
3+
"description": "jd openapi SDK for PHP",
4+
"keywords": [ "jd", "sdk" ],
5+
"type": "library",
6+
"license": "Apache-2.0",
7+
"authors": [
8+
{
9+
"name": "Lorne Qi",
10+
"homepage": "https://www.maiscrm.com/"
11+
}
12+
],
13+
"require": {
14+
"php": ">=5.5.0"
15+
},
16+
"minimum-stability": "stable",
17+
"autoload": {
18+
"psr-4": {
19+
"Jd\\": "jd/"
20+
}
21+
}
22+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)