mailcow/data/web/inc/lib/composer.lock

105 lines
3.5 KiB
Plaintext
Raw Normal View History

2017-05-04 00:05:35 +08:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
2017-05-15 15:29:03 +08:00
"content-hash": "5652a086b6d277d72d7ae0341e517b1e",
2017-05-04 00:05:35 +08:00
"packages": [
{
"name": "robthree/twofactorauth",
"version": "1.6",
"source": {
"type": "git",
"url": "https://github.com/RobThree/TwoFactorAuth.git",
"reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/5093ab230cd8f1296d792afb6a49545f37e7fd5a",
"reference": "5093ab230cd8f1296d792afb6a49545f37e7fd5a",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "@stable"
},
"type": "library",
"autoload": {
"psr-4": {
"RobThree\\Auth\\": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rob Janssen",
"homepage": "http://robiii.me",
"role": "Developer"
}
],
"description": "Two Factor Authentication",
"homepage": "https://github.com/RobThree/TwoFactorAuth",
"keywords": [
"Authentication",
"MFA",
"Multi Factor Authentication",
"Two Factor Authentication",
"authenticator",
"authy",
"php",
"tfa"
],
"time": "2017-02-17T15:24:54+00:00"
},
{
"name": "yubico/u2flib-server",
2017-05-10 05:25:23 +08:00
"version": "1.0.1",
2017-05-04 00:05:35 +08:00
"source": {
"type": "git",
"url": "https://github.com/Yubico/php-u2flib-server.git",
2017-05-10 05:25:23 +08:00
"reference": "dc318c80b59e62921c210f31b014def26ceebbab"
2017-05-04 00:05:35 +08:00
},
"dist": {
"type": "zip",
2017-05-10 05:25:23 +08:00
"url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/dc318c80b59e62921c210f31b014def26ceebbab",
"reference": "dc318c80b59e62921c210f31b014def26ceebbab",
2017-05-04 00:05:35 +08:00
"shasum": ""
},
"require": {
2017-05-10 05:25:23 +08:00
"ext-openssl": "*",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "~5.7"
2017-05-04 00:05:35 +08:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "Library for U2F implementation",
"homepage": "https://developers.yubico.com/php-u2flib-server",
2017-05-10 05:25:23 +08:00
"time": "2017-05-09T07:33:58+00:00"
2017-05-04 00:05:35 +08:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
2017-05-15 15:29:03 +08:00
"stability-flags": [],
2017-05-04 00:05:35 +08:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}