Skip to content

Commit 6af6853

Browse files
committed
New Web Forms API code example
1 parent e529353 commit 6af6853

File tree

14 files changed

+1656
-1344
lines changed

14 files changed

+1656
-1344
lines changed

JWTConsoleApp/composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"autoload": {
3-
"psr-4": {"DocuSign\\": "../src/"}
3+
"psr-4": {
4+
"DocuSign\\": "../src/"
5+
}
46
},
5-
67
"require": {
7-
"docusign/esign-client": "^8.0.0",
8+
"docusign/esign-client": "^8.2.0",
89
"league/oauth2-client": "^2.7.0",
910
"ext-json": "*",
10-
"guzzlehttp/guzzle": "7.9.2",
11-
"firebase/php-jwt": "6.10.1",
11+
"guzzlehttp/guzzle": "7.9.3",
12+
"firebase/php-jwt": "6.11.1",
1213
"mashape/unirest-php": "3.0.4"
1314
}
14-
}
15+
}

JWTConsoleApp/composer.lock

Lines changed: 57 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Quick_ACG/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
}
77
},
88
"require": {
9-
"docusign/esign-client": "^8.0.0",
10-
"twig/twig": "^3.14.0",
9+
"docusign/esign-client": "^8.2.0",
10+
"twig/twig": "^3.21.1",
1111
"league/oauth2-client": "^2.7.0",
1212
"ext-json": "*",
13-
"guzzlehttp/guzzle": "7.9.2",
13+
"guzzlehttp/guzzle": "7.9.3",
1414
"mashape/unirest-php": "3.0.4"
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)