PHP Classes

File: uploady/vendor/robthree/twofactorauth/composer.json

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/vendor/robthree/twofactorauth/composer.json   Download  
File: uploady/vendor/robthree/twofactorauth/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: Update of uploady/vendor/robthree/twofactorauth/composer.json
Date: 5 months ago
Size: 1,357 bytes
 

Contents

Class file image Download
{ "name": "robthree/twofactorauth", "description": "Two Factor Authentication", "version": "1.8.2", "type": "library", "keywords": [ "Authentication", "Two Factor Authentication", "Multi Factor Authentication", "TFA", "MFA", "PHP", "Authenticator", "Authy" ], "homepage": "https://github.com/RobThree/TwoFactorAuth", "license": "MIT", "authors": [ { "name": "Rob Janssen", "homepage": "http://robiii.me", "role": "Developer" } ], "support": { "issues": "https://github.com/RobThree/TwoFactorAuth/issues", "source": "https://github.com/RobThree/TwoFactorAuth" }, "require": { "php": ">=5.6.0" }, "require-dev": { "phpunit/phpunit": "@stable", "php-parallel-lint/php-parallel-lint": "^1.2" }, "suggest": { "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider", "endroid/qr-code": "Needed for EndroidQrCodeProvider" }, "autoload": { "psr-4": { "RobThree\\Auth\\": "lib" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "lint": [ "parallel-lint --exclude vendor ." ], "test": [ "XDEBUG_MODE=coverage phpunit" ] } }