Expand language list #1310

This commit is contained in:
James Cole
2018-04-02 06:56:19 +02:00
parent 40d94e7a62
commit 4cea5d65a6
4 changed files with 29 additions and 74 deletions

88
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "823070d72a990bfa26bdf63404e50651",
"content-hash": "3de47eba99b9bbd1bfb0f129fbf3494a",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -2153,16 +2153,16 @@
},
{
"name": "pragmarx/google2fa",
"version": "v2.0.7",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/antonioribeiro/google2fa.git",
"reference": "5a818bda62fab0c0a79060b06d50d50b5525d631"
"reference": "40b3ce025bed0f9cd0c1c8ab7fc8265344c73de0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/5a818bda62fab0c0a79060b06d50d50b5525d631",
"reference": "5a818bda62fab0c0a79060b06d50d50b5525d631",
"url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/40b3ce025bed0f9cd0c1c8ab7fc8265344c73de0",
"reference": "40b3ce025bed0f9cd0c1c8ab7fc8265344c73de0",
"shasum": ""
},
"require": {
@@ -2193,7 +2193,7 @@
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
"MIT"
],
"authors": [
{
@@ -2210,30 +2210,30 @@
"google2fa",
"laravel"
],
"time": "2018-01-06T16:21:07+00:00"
"time": "2018-03-15T23:14:19+00:00"
},
{
"name": "pragmarx/google2fa-laravel",
"version": "v0.1.4",
"version": "v0.2.0",
"source": {
"type": "git",
"url": "https://github.com/antonioribeiro/google2fa-laravel.git",
"reference": "38bd96a1732b9dea963c52e0f503a65265c077c9"
"reference": "54f0c30c9be5497a7bd248844f1099156457e719"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/antonioribeiro/google2fa-laravel/zipball/38bd96a1732b9dea963c52e0f503a65265c077c9",
"reference": "38bd96a1732b9dea963c52e0f503a65265c077c9",
"url": "https://api.github.com/repos/antonioribeiro/google2fa-laravel/zipball/54f0c30c9be5497a7bd248844f1099156457e719",
"reference": "54f0c30c9be5497a7bd248844f1099156457e719",
"shasum": ""
},
"require": {
"laravel/framework": ">=5.2",
"php": ">=5.4",
"pragmarx/google2fa": "~2.0"
"pragmarx/google2fa": "~3.0"
},
"require-dev": {
"benconstable/phpspec-laravel": "~3.0",
"phpspec/phpspec": "~3"
"orchestra/testbench-browser-kit": "~3.4|~3.5|~3.6",
"phpunit/phpunit": "~5|~6|~7"
},
"suggest": {
"bacon/bacon-qr-code": "Required to generate inline QR Codes.",
@@ -2246,7 +2246,7 @@
"Laravel"
],
"branch-alias": {
"dev-master": "0.1-dev"
"dev-master": "0.2-dev"
},
"laravel": {
"providers": [
@@ -2260,7 +2260,7 @@
"autoload": {
"psr-4": {
"PragmaRX\\Google2FALaravel\\": "src/",
"spec\\PragmaRX\\Google2FALaravel\\": "tests/spec/"
"PragmaRX\\Google2FALaravel\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2281,7 +2281,7 @@
"google2fa",
"laravel"
],
"time": "2017-12-06T03:26:14+00:00"
"time": "2018-03-08T04:08:14+00:00"
},
{
"name": "psr/container",
@@ -3869,56 +3869,6 @@
],
"time": "2016-09-01T10:05:43+00:00"
},
{
"name": "watson/validating",
"version": "3.1.2",
"source": {
"type": "git",
"url": "https://github.com/dwightwatson/validating.git",
"reference": "22edd06d45893f5d4f79c9e901bd7fbce174a79f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dwightwatson/validating/zipball/22edd06d45893f5d4f79c9e901bd7fbce174a79f",
"reference": "22edd06d45893f5d4f79c9e901bd7fbce174a79f",
"shasum": ""
},
"require": {
"illuminate/contracts": ">=5.3",
"illuminate/database": ">=5.3",
"illuminate/events": ">=5.3",
"illuminate/support": ">=5.3",
"illuminate/validation": ">=5.3",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Watson\\Validating\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dwight Watson",
"email": "dwight@studiousapp.com"
}
],
"description": "Eloquent model validating trait.",
"keywords": [
"eloquent",
"laravel",
"validation"
],
"time": "2017-11-06T21:35:49+00:00"
},
{
"name": "zendframework/zend-diactoros",
"version": "1.7.1",
@@ -6271,8 +6221,8 @@
"ext-curl": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-zip": "*",
"ext-xml": "*"
"ext-xml": "*",
"ext-zip": "*"
},
"platform-dev": []
}