Updated composer.lock

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-03-07 21:06:18 +01:00
parent e553bfb204
commit 74e3f6dee5

205
composer.lock generated
View File

@@ -4,9 +4,105 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "3f02bd1e0ee5144fa644b46fe7cd8d47",
"content-hash": "e2efaf3624f47b046b4330cc76289d69",
"hash": "c1638ed0abc18262bab1f791b48af111",
"content-hash": "3551da50dc493828d3ae5d73c10984f0",
"packages": [
{
"name": "bacon/bacon-qr-code",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/Bacon/BaconQrCode.git",
"reference": "031a2ce68c5794064b49d11775b2daf45c96e21c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/031a2ce68c5794064b49d11775b2daf45c96e21c",
"reference": "031a2ce68c5794064b49d11775b2daf45c96e21c",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"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",
"time": "2016-01-09 22:55:35"
},
{
"name": "christian-riesen/base32",
"version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/ChristianRiesen/base32.git",
"reference": "fbe67d49d45dc789f942ef828c787550ebb894bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/fbe67d49d45dc789f942ef828c787550ebb894bc",
"reference": "fbe67d49d45dc789f942ef828c787550ebb894bc",
"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-09-27 23:45:02"
},
{
"name": "classpreloader/classpreloader",
"version": "3.0.0",
@@ -1415,6 +1511,60 @@
],
"time": "2016-02-29 17:25:04"
},
{
"name": "pragmarx/google2fa",
"version": "v0.7.1",
"source": {
"type": "git",
"url": "https://github.com/antonioribeiro/google2fa.git",
"reference": "908678ba9b26cf8ecd7ddca6bfd86afc5b4874df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/908678ba9b26cf8ecd7ddca6bfd86afc5b4874df",
"reference": "908678ba9b26cf8ecd7ddca6bfd86afc5b4874df",
"shasum": ""
},
"require": {
"christian-riesen/base32": "~1.0",
"php": ">=5.3.7",
"simplesoftwareio/simple-qrcode": "1.3.*"
},
"require-dev": {
"phpspec/phpspec": "~2.1"
},
"type": "library",
"extra": {
"component": "package",
"frameworks": [
"Laravel"
]
},
"autoload": {
"psr-4": {
"PragmaRX\\Google2FA\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Antonio Carlos Ribeiro",
"email": "acr@antoniocarlosribeiro.com",
"role": "Creator & Designer"
}
],
"description": "A One Time Password Authentication package, compatible with Google Authenticator.",
"keywords": [
"Authentication",
"Two Factor Authentication",
"google2fa",
"laravel"
],
"time": "2015-11-07 13:57:42"
},
{
"name": "psr/log",
"version": "1.0.0",
@@ -1638,6 +1788,57 @@
],
"time": "2014-05-18 04:59:02"
},
{
"name": "simplesoftwareio/simple-qrcode",
"version": "1.3.3",
"source": {
"type": "git",
"url": "https://github.com/SimpleSoftwareIO/simple-qrcode.git",
"reference": "17c5e45c79c40f717d4bc08cf5e568f29ebf9333"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/SimpleSoftwareIO/simple-qrcode/zipball/17c5e45c79c40f717d4bc08cf5e568f29ebf9333",
"reference": "17c5e45c79c40f717d4bc08cf5e568f29ebf9333",
"shasum": ""
},
"require": {
"bacon/bacon-qr-code": "1.0.*",
"ext-gd": "*",
"illuminate/support": ">=4.2.0",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.7.*"
},
"type": "library",
"autoload": {
"psr-0": {
"SimpleSoftwareIO\\QrCode\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Simple Software LLC",
"email": "support@simplesoftware.io"
}
],
"description": "Simple QrCode is a QR code generator made for Laravel.",
"homepage": "http://www.simplesoftware.io",
"keywords": [
"Simple",
"generator",
"laravel",
"qrcode",
"wrapper"
],
"time": "2016-01-31 02:09:25"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v5.4.1",