Skip to content

Commit 45f44c4

Browse files
committed
updated packages
1 parent 418c38b commit 45f44c4

File tree

4 files changed

+384
-653
lines changed

4 files changed

+384
-653
lines changed

Quick_ACG/composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
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"
2+
"autoload": {
3+
"psr-4": {
4+
"DocuSign\\": "../src/",
5+
"QuickACG\\": "src/"
156
}
7+
},
8+
"require": {
9+
"docusign/esign-client": "^8.0.0",
10+
"twig/twig": "^3.14.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+
}
1616
}

Quick_ACG/composer.lock

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

composer.json

Lines changed: 37 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,39 @@
11
{
2-
"autoload": {
3-
"psr-4": {"DocuSign\\": "src/"}
4-
},
5-
"autoload-dev": {
6-
"psr-4": {
7-
"DocuSign\\Tests\\": "tests/"
8-
}
9-
},
10-
"scripts": {
11-
"test": "./vendor/bin/phpunit --verbose tests"
12-
},
13-
"config": {
14-
"process-timeout": 0
15-
},
16-
"description": "DocuSign PHP launcher",
17-
"require": {
18-
"docusign/admin-client": "^1.4.2",
19-
"docusign/click-client": "^1.4.1",
20-
"docusign/esign-client": "^8.0.0",
21-
"docusign/rooms-client": "^2.1.1",
22-
"docusign/monitor-client": "^1.2.1",
23-
"docusign/webforms-client": "^1.0.1-rc1",
24-
"docusign/maestro-client": "v2.0.0-rc1",
25-
"twig/twig": "^3.11.0",
26-
"league/oauth2-client": "^2.7.0",
27-
"ext-json": "*",
28-
"guzzlehttp/guzzle": "7.9.2",
29-
"firebase/php-jwt": "6.10.1",
30-
"mashape/unirest-php": "3.0.4",
31-
"squizlabs/php_codesniffer": "*",
32-
"phpunit/phpunit": "^9.6.20"
33-
},
34-
"require-dev": {
35-
"squizlabs/php_codesniffer": "*"
2+
"autoload": {
3+
"psr-4": {
4+
"DocuSign\\": "src/"
365
}
37-
}
6+
},
7+
"autoload-dev": {
8+
"psr-4": {
9+
"DocuSign\\Tests\\": "tests/"
10+
}
11+
},
12+
"scripts": {
13+
"test": "./vendor/bin/phpunit --verbose tests"
14+
},
15+
"config": {
16+
"process-timeout": 0
17+
},
18+
"description": "DocuSign PHP launcher",
19+
"require": {
20+
"docusign/admin-client": "^2.0.0",
21+
"docusign/click-client": "^1.4.1",
22+
"docusign/esign-client": "^8.0.0",
23+
"docusign/rooms-client": "^2.1.1",
24+
"docusign/monitor-client": "^1.2.1",
25+
"docusign/webforms-client": "^1.0.1-rc1",
26+
"docusign/maestro-client": "v2.0.0-rc1",
27+
"twig/twig": "^3.14.0",
28+
"league/oauth2-client": "^2.7.0",
29+
"ext-json": "*",
30+
"guzzlehttp/guzzle": "7.9.2",
31+
"firebase/php-jwt": "6.10.1",
32+
"mashape/unirest-php": "3.0.4",
33+
"squizlabs/php_codesniffer": "*",
34+
"phpunit/phpunit": "^11.4.3"
35+
},
36+
"require-dev": {
37+
"squizlabs/php_codesniffer": "*"
38+
}
39+
}

0 commit comments

Comments
 (0)