Skip to content

Commit a13b9b0

Browse files
committed
2 parents 34d2d77 + f675db6 commit a13b9b0

File tree

98 files changed

+2606
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+2606
-309
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Desktop.ini
2727

2828
# ignore Composer downloads
2929
/vendor/*
30+
/Quick_ACG/vendor/*
3031

3132
# keep some hiddens
3233
!.htaccess
@@ -43,3 +44,4 @@ debug.log
4344
public/demo_documents/ExportedUserData.csv
4445
JWTConsoleApp/vendor/*
4546
JWTConsoleApp/ds_config_jwt_mini.php
47+
Quick_ACG/vendor/*

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ RUN rm -rf /var/www && mkdir -p /var/www/html
44
WORKDIR /var/www/html
55

66

7-
8-
97
FROM php:8.1.6RC1-fpm-alpine3.15
108

119
# Install dev dependencies

JWTConsoleApp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"docusign/esign-client": "6.6.0",
1010
"league/oauth2-client": "2.6.1",
1111
"ext-json": "*",
12-
"guzzlehttp/guzzle": "7.4.4",
12+
"guzzlehttp/guzzle": "7.4.5",
1313
"firebase/php-jwt": "5.5.1",
1414
"mashape/unirest-php": "3.0.4"
1515
}

JWTConsoleApp/composer.lock

Lines changed: 15 additions & 15 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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"autoload": {
3+
"psr-4": {"Example\\": "../src/",
4+
"DocuSign\\OAuth2\\Client\\Provider\\": "../src/",
5+
"QuickACG\\": "src/"
6+
}
7+
},
8+
9+
"require": {
10+
"docusign/esign-client": "6.8.0",
11+
"twig/twig": "3.3.8",
12+
"league/oauth2-client": "2.6.1",
13+
"ext-json": "*",
14+
"guzzlehttp/guzzle": "7.4.5",
15+
"mashape/unirest-php": "3.0.4"
16+
}
17+
}

0 commit comments

Comments
 (0)