Skip to content

Commit 7fd996b

Browse files
committed
update php sample
1 parent d155ddd commit 7fd996b

File tree

11 files changed

+1829
-1813
lines changed

11 files changed

+1829
-1813
lines changed
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"name": "SwaggerClient/SwaggerClient-php",
3-
"description": "",
4-
"keywords": [
5-
"swagger",
6-
"php",
7-
"sdk",
8-
"api"
9-
],
10-
"homepage": "http://swagger.io",
11-
"license": "Apache v2",
12-
"authors": [
13-
{
14-
"name": "Swagger and contributors",
15-
"homepage": "https://github.com/swagger-api/swagger-codegen"
16-
}
17-
],
18-
"require": {
19-
"php": ">=5.3.3",
20-
"ext-curl": "*",
21-
"ext-json": "*",
22-
"ext-mbstring": "*"
23-
},
24-
"require-dev": {
25-
"phpunit/phpunit": "~4.0",
26-
"satooshi/php-coveralls": "~0.6.1",
27-
"squizlabs/php_codesniffer": "~2.0"
28-
},
29-
"autoload": {
30-
"psr-4": { "SwaggerClient\\" : "lib/" }
31-
}
2+
"name": "SwaggerClient/SwaggerClient-php",
3+
"description": "",
4+
"keywords": [
5+
"swagger",
6+
"php",
7+
"sdk",
8+
"api"
9+
],
10+
"homepage": "http://swagger.io",
11+
"license": "Apache v2",
12+
"authors": [
13+
{
14+
"name": "Swagger and contributors",
15+
"homepage": "https://github.com/swagger-api/swagger-codegen"
16+
}
17+
],
18+
"require": {
19+
"php": ">=5.3.3",
20+
"ext-curl": "*",
21+
"ext-json": "*",
22+
"ext-mbstring": "*"
23+
},
24+
"require-dev": {
25+
"phpunit/phpunit": "~4.0",
26+
"satooshi/php-coveralls": "~0.6.1",
27+
"squizlabs/php_codesniffer": "~2.0"
28+
},
29+
"autoload": {
30+
"psr-4": { "SwaggerClient\\" : "lib/" }
31+
}
3232
}

0 commit comments

Comments
 (0)