From 004e9edcb0a0a320c15f69236ea1d75b56ea6f8d Mon Sep 17 00:00:00 2001 From: Miguel Nogueira Date: Wed, 2 Sep 2020 16:12:35 +0000 Subject: [PATCH] Updated dependencies --- composer.json | 3 +- composer.lock | 85 ++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 83 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 4aae0c3..6e7374b 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ "license": "MIT", "require": { "php": "^7.2.5", - "ext-json": "*", "ext-imagick": "*", + "ext-json": "*", "arcanedev/log-viewer": "^7.0", "doctrine/dbal": "^2.10", "fideloper/proxy": "^4.2", @@ -23,6 +23,7 @@ "laravel/slack-notification-channel": "^2.0", "laravel/tinker": "^2.0", "laravel/ui": "^2.0", + "mcamara/laravel-localization": "^1.5", "pragmarx/google2fa-laravel": "^1.3", "sentry/sentry-laravel": "1.7.1", "spatie/laravel-permission": "^3.13" diff --git a/composer.lock b/composer.lock index 0d7f0d7..1beeebf 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "ecf19f26f385eb19b2e193d5c659e837", + "content-hash": "7a6e859cac39fc7ff3a85d5e4d1219e1", "packages": [ { "name": "almasaeed2010/adminlte", @@ -2080,6 +2080,82 @@ ], "time": "2020-05-18T15:13:39+00:00" }, + { + "name": "mcamara/laravel-localization", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://github.com/mcamara/laravel-localization.git", + "reference": "13a51715f8e066b0bfb637fd9065d7496c3579ec" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mcamara/laravel-localization/zipball/13a51715f8e066b0bfb637fd9065d7496c3579ec", + "reference": "13a51715f8e066b0bfb637fd9065d7496c3579ec", + "shasum": "" + }, + "require": { + "laravel/framework": "~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0||~5.8.0||^6.0||^7.0", + "php": ">=7.1.0" + }, + "require-dev": { + "orchestra/testbench-browser-kit": "~3.4|~3.8|~4.0", + "phpunit/phpunit": "6.0.*|^8.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" + ], + "support": { + "issues": "https://github.com/mcamara/laravel-localization/issues", + "source": "https://github.com/mcamara/laravel-localization/tree/master" + }, + "funding": [ + { + "url": "https://github.com/iwasherefirst2", + "type": "github" + }, + { + "url": "https://github.com/mcamara", + "type": "github" + } + ], + "time": "2020-03-05T15:19:05+00:00" + }, { "name": "monolog/monolog", "version": "2.1.0", @@ -8272,8 +8348,9 @@ "prefer-lowest": false, "platform": { "php": "^7.2.5", - "ext-json": "*", - "ext-imagick": "*" + "ext-imagick": "*", + "ext-json": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.0.0" }