Update website
This commit is contained in:
parent
a0b0d3dae7
commit
ae7ef6ad45
3151 changed files with 566766 additions and 48 deletions
36
admin/phpMyAdmin/vendor/pragmarx/google2fa-qrcode/composer.json
vendored
Normal file
36
admin/phpMyAdmin/vendor/pragmarx/google2fa-qrcode/composer.json
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "pragmarx/google2fa-qrcode",
|
||||
"description": "QR Code package for Google2FA",
|
||||
"keywords": ["authentication", "two factor authentication", "google2fa", "2fa", "QRCode", "qr code"],
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Antonio Carlos Ribeiro",
|
||||
"email": "acr@antoniocarlosribeiro.com",
|
||||
"role": "Creator & Designer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
"pragmarx/google2fa": ">=4.0",
|
||||
"bacon/bacon-qr-code": "~1.0|~2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4|~5|~6|~7",
|
||||
"khanamiryan/qrcode-detector-decoder": "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PragmaRX\\Google2FAQRCode\\": "src/",
|
||||
"PragmaRX\\Google2FAQRCode\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"component": "package",
|
||||
"branch-alias": {
|
||||
"dev-master": "1.0-dev"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue