248 lines
8.5 KiB
JSON
248 lines
8.5 KiB
JSON
{
|
|
"_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#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "a76edd1409f49153b8c55e0f6013ae17",
|
|
"packages": [
|
|
{
|
|
"name": "bacon/bacon-qr-code",
|
|
"version": "1.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Bacon/BaconQrCode.git",
|
|
"reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
|
|
"reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-iconv": "*",
|
|
"php": "^5.4|^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "to generate QR code images"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"BaconQrCode": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ben Scholzen 'DASPRiD'",
|
|
"email": "mail@dasprids.de",
|
|
"homepage": "http://www.dasprids.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "BaconQrCode is a QR code generator for PHP.",
|
|
"homepage": "https://github.com/Bacon/BaconQrCode",
|
|
"support": {
|
|
"issues": "https://github.com/Bacon/BaconQrCode/issues",
|
|
"source": "https://github.com/Bacon/BaconQrCode/tree/master"
|
|
},
|
|
"time": "2017-10-17T09:59:25+00:00"
|
|
},
|
|
{
|
|
"name": "birke/rememberme",
|
|
"version": "1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/gbirke/rememberme.git",
|
|
"reference": "810473852eb4823098e47e23376a19b77ba0c165"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/gbirke/rememberme/zipball/810473852eb4823098e47e23376a19b77ba0c165",
|
|
"reference": "810473852eb4823098e47e23376a19b77ba0c165",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"paragonie/random_compat": "^1.1.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Birke\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gabriel Birke",
|
|
"email": "gb@birke-software.de"
|
|
}
|
|
],
|
|
"description": "Secure \"Remember Me\" functionality",
|
|
"homepage": "https://github.com/gbirke/rememberme",
|
|
"keywords": [
|
|
"cookie",
|
|
"remember",
|
|
"security"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/gbirke/rememberme/issues",
|
|
"source": "https://github.com/gbirke/rememberme/tree/master"
|
|
},
|
|
"time": "2017-02-12T12:43:00+00:00"
|
|
},
|
|
{
|
|
"name": "paragonie/random_compat",
|
|
"version": "v1.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
|
"reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd",
|
|
"reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*|5.*"
|
|
},
|
|
"suggest": {
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/random.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "security@paragonie.com",
|
|
"homepage": "https://paragonie.com"
|
|
}
|
|
],
|
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
"keywords": [
|
|
"csprng",
|
|
"pseudorandom",
|
|
"random"
|
|
],
|
|
"support": {
|
|
"email": "info@paragonie.com",
|
|
"issues": "https://github.com/paragonie/random_compat/issues",
|
|
"source": "https://github.com/paragonie/random_compat"
|
|
},
|
|
"time": "2018-04-04T21:48:54+00:00"
|
|
},
|
|
{
|
|
"name": "robthree/twofactorauth",
|
|
"version": "1.8.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/RobThree/TwoFactorAuth.git",
|
|
"reference": "65681de5a324eae05140ac58b08648a60212afc0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/65681de5a324eae05140ac58b08648a60212afc0",
|
|
"reference": "65681de5a324eae05140ac58b08648a60212afc0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6.0"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
|
"phpunit/phpunit": "@stable"
|
|
},
|
|
"suggest": {
|
|
"bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
|
|
"endroid/qr-code": "Needed for EndroidQrCodeProvider"
|
|
},
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/RobThree/TwoFactorAuth/issues",
|
|
"source": "https://github.com/RobThree/TwoFactorAuth"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://paypal.me/robiii",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/RobThree",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-03-22T16:11:07+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=7.3.6",
|
|
"ext-json": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "7.3.6"
|
|
},
|
|
"plugin-api-version": "2.2.0"
|
|
}
|