Skip to content

Commit

Permalink
update folder path web001
Browse files Browse the repository at this point in the history
  • Loading branch information
karissarjacobsen committed Oct 17, 2024
2 parents 42a3830 + 094e559 commit 701ed74
Show file tree
Hide file tree
Showing 8 changed files with 473 additions and 314 deletions.
28 changes: 14 additions & 14 deletions JWTConsoleApp/composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"autoload": {
"psr-4": {"DocuSign\\": "../src/"}
},

"require": {
"docusign/esign-client": "^6.19.0",
"league/oauth2-client": "^2.7.0",
"ext-json": "*",
"guzzlehttp/guzzle": "7.8.1",
"firebase/php-jwt": "6.10.0",
"mashape/unirest-php": "3.0.4"
}
}
{
"autoload": {
"psr-4": {"DocuSign\\": "../src/"}
},

"require": {
"docusign/esign-client": "^8.0.0",
"league/oauth2-client": "^2.7.0",
"ext-json": "*",
"guzzlehttp/guzzle": "7.9.2",
"firebase/php-jwt": "6.10.1",
"mashape/unirest-php": "3.0.4"
}
}
116 changes: 58 additions & 58 deletions JWTConsoleApp/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions Quick_ACG/composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"autoload": {
"psr-4": {"DocuSign\\": "../src/",
"QuickACG\\": "src/"
}
},

"require": {
"docusign/esign-client": "^6.19.0",
"twig/twig": "^3.9.3",
"league/oauth2-client": "^2.7.0",
"ext-json": "*",
"guzzlehttp/guzzle": "7.8.1",
"mashape/unirest-php": "3.0.4"
}
}
{
"autoload": {
"psr-4": {"DocuSign\\": "../src/",
"QuickACG\\": "src/"
}
},

"require": {
"docusign/esign-client": "^8.0.0",
"twig/twig": "^3.11.0",
"league/oauth2-client": "^2.7.0",
"ext-json": "*",
"guzzlehttp/guzzle": "7.9.2",
"mashape/unirest-php": "3.0.4"
}
}
Loading

0 comments on commit 701ed74

Please sign in to comment.