We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c258ede commit df17b0eCopy full SHA for df17b0e
README.md
@@ -12,18 +12,24 @@ PDF results will be retrieved manually through the Quest user portal.
12
The use of this module does require that Quest is contacted before enabling this module. Quest will
13
contact our office to schedule the turn-up of this module.
14
15
-#Installation
+# Installation
16
+
17
Using composer:
18
Contact us for a access token.
19
Open composer.json in your project and add the following
20
- {
21
- "config": {
22
- "github-oauth": {
23
- "github.com": "YOUR_GITHUB_TOKEN"
+ {
+ "require": {
+ "juggernautseinc/oe-quest-lab-hub": "dev-main"
24
+ },
25
+ "config": {
26
+ "github-oauth": {
27
+ "github.com": "YOUR_GITHUB_TOKEN"
28
+ }
29
}
30
- }
31
32
33
34
35
0 commit comments