{ "name":"enygma/yubikey", "type":"library", "description":"PHP library to interface with the Yubikey REST API", "keywords":["yubikey", "yubico", "twofactor", "rest", "api"], "homepage":"https://github.com/enygma/yubikey.git", "license":"MIT", "authors":[ { "name":"Chris Cornutt", "email":"ccornutt@phpdeveloper.org", "homepage":"http://www.phpdeveloper.org/" } ], "require":{ "php":">=7.4" }, "require-dev": { "phpunit/phpunit": "4.3.2", "codeclimate/php-test-reporter": "dev-master" }, "autoload":{ "psr-0":{ "Yubikey":"src/" } } }