Skip to content

Commit

Permalink
minor fixed
Browse files Browse the repository at this point in the history
Signed-off-by:ghostjat <ghost.jat@gmail.com>
  • Loading branch information
ghostjat committed Dec 31, 2022
1 parent 9ae11bb commit 793f723
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 69 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@
"Core\\": "src/Core"
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"require": {
"guzzlehttp/guzzle": "^7.0",
"ratchet/pawl": "^0.4.1",
"katzgrau/klogger": "^1.2.2",
"spomky-labs/otphp": "^11.0",
"ghostjat/gtk": "dev-main",
"php": ">=8.0"
"php": "^8.0"
}
}
2 changes: 2 additions & 0 deletions cred.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
uid = 'Your User ID'
pwd ='Your Password'
factor2 = 'Your DOB or PAN'
pan = 'YOUR PAN'
dob = 'YOUR DOB'
vc = 'Your VC'
appkey = 'Your Api Key'
imei = 'Your IMEI'
Expand Down
Loading

0 comments on commit 793f723

Please sign in to comment.