Skip to content

Commit 793f723

Browse files
committed
minor fixed
Signed-off-by:ghostjat <[email protected]>
1 parent 9ae11bb commit 793f723

File tree

3 files changed

+93
-69
lines changed

3 files changed

+93
-69
lines changed

composer.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,16 @@
2323
"Core\\": "src/Core"
2424
}
2525
},
26+
"config": {
27+
"optimize-autoloader": true,
28+
"preferred-install": "dist",
29+
"sort-packages": true
30+
},
2631
"require": {
2732
"guzzlehttp/guzzle": "^7.0",
2833
"ratchet/pawl": "^0.4.1",
2934
"katzgrau/klogger": "^1.2.2",
3035
"spomky-labs/otphp": "^11.0",
31-
"ghostjat/gtk": "dev-main",
32-
"php": ">=8.0"
36+
"php": "^8.0"
3337
}
3438
}

cred.ini

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
uid = 'Your User ID'
44
pwd ='Your Password'
55
factor2 = 'Your DOB or PAN'
6+
pan = 'YOUR PAN'
7+
dob = 'YOUR DOB'
68
vc = 'Your VC'
79
appkey = 'Your Api Key'
810
imei = 'Your IMEI'

0 commit comments

Comments
 (0)