langswitch
This commit is contained in:
parent
ad42e73126
commit
8d91d0e7a8
14 changed files with 792 additions and 76 deletions
89
composer.lock
generated
89
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "4342eadf905adb22061f8d3fe0bf6d97",
|
||||
"content-hash": "5fc9158bb6717b040ab326b41203677b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "davejamesmiller/laravel-breadcrumbs",
|
||||
|
@ -990,6 +990,68 @@
|
|||
],
|
||||
"time": "2018-10-15T13:53:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mcamara/laravel-localization",
|
||||
"version": "1.3.16",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mcamara/laravel-localization.git",
|
||||
"reference": "e82a6c9d809b82afb7ae226f18ac3cb077a18754"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mcamara/laravel-localization/zipball/e82a6c9d809b82afb7ae226f18ac3cb077a18754",
|
||||
"reference": "e82a6c9d809b82afb7ae226f18ac3cb077a18754",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laravel/framework": "~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0",
|
||||
"php": ">=7.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench-browser-kit": "~3.4",
|
||||
"phpunit/phpunit": "6.0.*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-intl": "*"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Mcamara\\LaravelLocalization\\LaravelLocalizationServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"LaravelLocalization": "Mcamara\\LaravelLocalization\\Facades\\LaravelLocalization"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [],
|
||||
"psr-0": {
|
||||
"Mcamara\\LaravelLocalization": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Marc Cámara",
|
||||
"email": "mcamara88@gmail.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Easy localization for Laravel",
|
||||
"homepage": "https://github.com/mcamara/laravel-localization",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"localization",
|
||||
"php"
|
||||
],
|
||||
"time": "2018-10-30T06:33:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "monolog/monolog",
|
||||
"version": "1.24.0",
|
||||
|
@ -1114,16 +1176,16 @@
|
|||
},
|
||||
{
|
||||
"name": "nesbot/carbon",
|
||||
"version": "1.34.1",
|
||||
"version": "1.35.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/briannesbitt/Carbon.git",
|
||||
"reference": "19201b87f7dba2a7cbf1cccdf0e1da13c04ee9c9"
|
||||
"reference": "5c05a2be472b22f63291d192410df9f0e0de3b19"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/19201b87f7dba2a7cbf1cccdf0e1da13c04ee9c9",
|
||||
"reference": "19201b87f7dba2a7cbf1cccdf0e1da13c04ee9c9",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/5c05a2be472b22f63291d192410df9f0e0de3b19",
|
||||
"reference": "5c05a2be472b22f63291d192410df9f0e0de3b19",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1131,9 +1193,12 @@
|
|||
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "~2",
|
||||
"phpunit/phpunit": "^4.8.35 || ^5.7"
|
||||
},
|
||||
"suggest": {
|
||||
"friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
|
||||
"phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
|
@ -1165,7 +1230,7 @@
|
|||
"datetime",
|
||||
"time"
|
||||
],
|
||||
"time": "2018-11-08T13:33:47+00:00"
|
||||
"time": "2018-11-14T21:55:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
@ -2652,16 +2717,16 @@
|
|||
},
|
||||
{
|
||||
"name": "yajra/laravel-datatables-oracle",
|
||||
"version": "v8.9.2",
|
||||
"version": "v8.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/yajra/laravel-datatables.git",
|
||||
"reference": "3b084b9b7b4aac46f0bfc2d71b9b3a67d794f4e9"
|
||||
"reference": "f9a9714918037c5b92645a7beb63370db0ecc172"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/yajra/laravel-datatables/zipball/3b084b9b7b4aac46f0bfc2d71b9b3a67d794f4e9",
|
||||
"reference": "3b084b9b7b4aac46f0bfc2d71b9b3a67d794f4e9",
|
||||
"url": "https://api.github.com/repos/yajra/laravel-datatables/zipball/f9a9714918037c5b92645a7beb63370db0ecc172",
|
||||
"reference": "f9a9714918037c5b92645a7beb63370db0ecc172",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2719,7 +2784,7 @@
|
|||
"jquery",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2018-10-30T14:23:18+00:00"
|
||||
"time": "2018-11-20T04:34:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "zizaco/entrust",
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue