summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-03-31 22:48:14 -0400
committerFrederic Guillot <fred@kanboard.net>2015-03-31 22:48:14 -0400
commitabeeba71672a711dab98194bb8ae751ee95e3385 (patch)
tree26838682b1ab13611b9697d1b8900122409dbf47 /composer.lock
parent5d393ed9962ebe18a162cb09b08eaea9359df2cc (diff)
Add two factor authentication
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock105
1 files changed, 104 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 3331ecd1..360ed751 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,9 +4,111 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "9c0c8b06745d54478604d80815b59b9b",
+ "hash": "466ee3928d7d3b0bbee15de3b4c76676",
"packages": [
{
+ "name": "christian-riesen/base32",
+ "version": "1.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ChristianRiesen/base32.git",
+ "reference": "6943e7b010ab224139fd4248ccf84865aa7b0f91"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/6943e7b010ab224139fd4248ccf84865aa7b0f91",
+ "reference": "6943e7b010ab224139fd4248ccf84865aa7b0f91",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.*",
+ "satooshi/php-coveralls": "0.*"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Base32\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christian Riesen",
+ "email": "chris.riesen@gmail.com",
+ "homepage": "http://christianriesen.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "Base32 encoder/decoder according to RFC 4648",
+ "homepage": "https://github.com/ChristianRiesen/base32",
+ "keywords": [
+ "base32",
+ "decode",
+ "encode",
+ "rfc4648"
+ ],
+ "time": "2015-02-12 09:08:33"
+ },
+ {
+ "name": "christian-riesen/otp",
+ "version": "1.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ChristianRiesen/otp.git",
+ "reference": "a209b8bbd975d96d6b5287f8658562061adef1f8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ChristianRiesen/otp/zipball/a209b8bbd975d96d6b5287f8658562061adef1f8",
+ "reference": "a209b8bbd975d96d6b5287f8658562061adef1f8",
+ "shasum": ""
+ },
+ "require": {
+ "christian-riesen/base32": ">=1.0",
+ "php": ">=5.3.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Otp": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christian Riesen",
+ "email": "chris.riesen@gmail.com",
+ "homepage": "http://christianriesen.com",
+ "role": "Developer"
+ }
+ ],
+ "description": "One Time Passwords, hotp and totp according to RFC4226 and RFC6238",
+ "homepage": "https://github.com/ChristianRiesen/otp",
+ "keywords": [
+ "googleauthenticator",
+ "hotp",
+ "otp",
+ "rfc4226",
+ "rfc6238",
+ "totp"
+ ],
+ "time": "2015-02-12 09:11:49"
+ },
+ {
"name": "erusev/parsedown",
"version": "1.5.1",
"source": {
@@ -571,6 +673,7 @@
},
"prefer-stable": false,
"platform": {
+ "php": ">=5.3",
"ext-mbstring": "*"
},
"platform-dev": []