localization downgrade

This commit is contained in:
merdan 2019-11-26 14:25:54 +05:00
parent afe7061fdc
commit 0e7bb327ff
3 changed files with 12 additions and 11 deletions

View File

@ -15,7 +15,7 @@ class RouteServiceProvider extends ServiceProvider
* @var string
*/
protected $namespace = 'App\Http\Controllers';
use \Mcamara\LaravelLocalization\Traits\LoadsTranslatedCachedRoutes;
/**
* Define your route model bindings, pattern filters, etc.
*

View File

@ -26,7 +26,7 @@
"league/flysystem-aws-s3-v3": "~1.0",
"maatwebsite/excel": "2.1.30",
"maxhoffmann/parsedown-laravel": "dev-master",
"mcamara/laravel-localization": "~1.2",
"mcamara/laravel-localization": "1.3.*",
"mews/purifier": "^2.1",
"milon/barcode": "~5.3",
"nitmedia/wkhtml2pdf": "dev-master",

19
composer.lock generated
View File

@ -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": "7c12b4f007778ff43189673301dd80ff",
"content-hash": "dd6b89fae3c387484849f512aab37d9b",
"packages": [
{
"name": "almasaeed2010/adminlte",
@ -3587,24 +3587,24 @@
},
{
"name": "mcamara/laravel-localization",
"version": "1.4.2",
"version": "1.3.20",
"source": {
"type": "git",
"url": "https://github.com/mcamara/laravel-localization.git",
"reference": "d228a61afd8cfe9eb7f8f7450acfa0371382407d"
"reference": "af8f9f30488a83533dda3870fcc335b55cf964e0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mcamara/laravel-localization/zipball/d228a61afd8cfe9eb7f8f7450acfa0371382407d",
"reference": "d228a61afd8cfe9eb7f8f7450acfa0371382407d",
"url": "https://api.github.com/repos/mcamara/laravel-localization/zipball/af8f9f30488a83533dda3870fcc335b55cf964e0",
"reference": "af8f9f30488a83533dda3870fcc335b55cf964e0",
"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.0",
"php": ">=7.1.0"
"laravel/framework": "~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0||~5.8.0",
"php": ">=7.0.0"
},
"require-dev": {
"orchestra/testbench-browser-kit": "~3.4|~3.8|~4.0",
"orchestra/testbench-browser-kit": "~3.4|~3.8",
"phpunit/phpunit": "6.0.*|8.0.*"
},
"suggest": {
@ -3645,7 +3645,7 @@
"localization",
"php"
],
"time": "2019-09-20T15:24:04+00:00"
"time": "2019-06-28T16:04:56+00:00"
},
{
"name": "mews/purifier",
@ -7543,6 +7543,7 @@
}
],
"description": "A simple eloquent trait that allows relationships to be accessed through child models.",
"abandoned": "calebporzio/parental",
"time": "2018-09-06T13:02:30+00:00"
},
{