芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/vendor/pragmarx/recovery/composer.json
{ "name": "pragmarx/recovery", "type": "library", "description": "Create recovery codes for two factor auth", "keywords": [ "pragmarx", "2fa", "google2fa", "auth", "two factor auth", "account recovery", "recovery", "recovery codes", "backup codes" ], "homepage": "https://github.com/antonioribeiro/recovery", "license": "MIT", "authors": [ { "name": "Antonio Carlos Ribeiro", "email": "acr@antoniocarlosribeiro.com", "homepage": "https://antoniocarlosribeiro.com", "role": "Developer" } ], "require": { "php" : ">=7.0", "pragmarx/random" : "~0.1" }, "require-dev": { "phpunit/phpunit" : ">=5.4.3", "squizlabs/php_codesniffer": "^2.3", "tightenco/collect": "^5.0" }, "suggest": { "tightenco/collect" : "Allows to generate recovery codes as collections" }, "autoload": { "psr-4": { "PragmaRX\\Recovery\\": "src" } }, "autoload-dev": { "psr-4": { "PragmaRX\\Recovery\\": "tests" } }, "scripts": { "test": "phpunit", "check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests", "fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests" }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "config": { "sort-packages": true } }