✏️ 正在编辑: composer.json
路径:
/srv/systems_dir/yuppiecred/vendor/sonata-project/google-authenticator/composer.json
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
{ "name": "sonata-project/google-authenticator", "type": "library", "description": "Library to integrate Google Authenticator into a PHP project", "keywords": [ "google authenticator" ], "homepage": "https://github.com/sonata-project/GoogleAuthenticator", "license": "MIT", "authors": [ { "name": "Thomas Rabaix", "email": "thomas.rabaix@gmail.com" }, { "name": "Christian Stocker", "email": "me@chregu.tv" }, { "name": "Andre DeMarre", "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989" } ], "require": { "php": "^7.3 || ^8.0" }, "require-dev": { "symfony/phpunit-bridge": "^5.1.8" }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Google\\Authenticator\\": "src/", "Sonata\\GoogleAuthenticator\\": "src/" } }, "autoload-dev": { "psr-4": { "Google\\Authenticator\\Tests\\": "tests/", "Sonata\\GoogleAuthenticator\\Tests\\": "tests/" } } }
💾 保存文件
← 返回文件管理器