Skip to content

Commit 701ed74

Browse files
update folder path web001
2 parents 42a3830 + 094e559 commit 701ed74

File tree

8 files changed

+473
-314
lines changed

8 files changed

+473
-314
lines changed

JWTConsoleApp/composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
{
2-
"autoload": {
3-
"psr-4": {"DocuSign\\": "../src/"}
4-
},
5-
6-
"require": {
7-
"docusign/esign-client": "^6.19.0",
8-
"league/oauth2-client": "^2.7.0",
9-
"ext-json": "*",
10-
"guzzlehttp/guzzle": "7.8.1",
11-
"firebase/php-jwt": "6.10.0",
12-
"mashape/unirest-php": "3.0.4"
13-
}
14-
}
1+
{
2+
"autoload": {
3+
"psr-4": {"DocuSign\\": "../src/"}
4+
},
5+
6+
"require": {
7+
"docusign/esign-client": "^8.0.0",
8+
"league/oauth2-client": "^2.7.0",
9+
"ext-json": "*",
10+
"guzzlehttp/guzzle": "7.9.2",
11+
"firebase/php-jwt": "6.10.1",
12+
"mashape/unirest-php": "3.0.4"
13+
}
14+
}

JWTConsoleApp/composer.lock

Lines changed: 58 additions & 58 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: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
{
2-
"autoload": {
3-
"psr-4": {"DocuSign\\": "../src/",
4-
"QuickACG\\": "src/"
5-
}
6-
},
7-
8-
"require": {
9-
"docusign/esign-client": "^6.19.0",
10-
"twig/twig": "^3.9.3",
11-
"league/oauth2-client": "^2.7.0",
12-
"ext-json": "*",
13-
"guzzlehttp/guzzle": "7.8.1",
14-
"mashape/unirest-php": "3.0.4"
15-
}
16-
}
1+
{
2+
"autoload": {
3+
"psr-4": {"DocuSign\\": "../src/",
4+
"QuickACG\\": "src/"
5+
}
6+
},
7+
8+
"require": {
9+
"docusign/esign-client": "^8.0.0",
10+
"twig/twig": "^3.11.0",
11+
"league/oauth2-client": "^2.7.0",
12+
"ext-json": "*",
13+
"guzzlehttp/guzzle": "7.9.2",
14+
"mashape/unirest-php": "3.0.4"
15+
}
16+
}

0 commit comments

Comments
 (0)