Add Laravel Lang

This commit is contained in:
Александр Бабкин
2022-06-23 14:47:09 +03:00
parent eb0140dfa4
commit 61205560b7
11 changed files with 1194 additions and 3 deletions

80
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": "a6f4a8424586fa680aa64e8294074456",
"content-hash": "1b2af9c21f8a6e373647b301a31c8463",
"packages": [
{
"name": "asm89/stack-cors",
@@ -5537,6 +5537,84 @@
},
"time": "2020-07-09T08:09:16+00:00"
},
{
"name": "laravel-lang/lang",
"version": "10.9.4",
"source": {
"type": "git",
"url": "https://github.com/Laravel-Lang/lang.git",
"reference": "eeb4b38ef7aba493f3915c89b99c803ce096e996"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/eeb4b38ef7aba493f3915c89b99c803ce096e996",
"reference": "eeb4b38ef7aba493f3915c89b99c803ce096e996",
"shasum": ""
},
"require": {
"ext-json": "*"
},
"conflict": {
"laravel-lang/publisher": "<12.0 >=14.0"
},
"require-dev": {
"dragon-code/pretty-array": "^4.0",
"dragon-code/simple-dto": "^2.3",
"dragon-code/support": "^6.1",
"ext-zip": "*",
"guzzlehttp/guzzle": "^7.3",
"laravel-lang/publisher": "^13.0",
"laravel/breeze": "^1.2",
"laravel/fortify": "^1.7",
"laravel/jetstream": "^2.3",
"laravel/ui": "^3.4",
"orchestra/testbench": "^7.0",
"php": "^8.1",
"phpunit/phpunit": "^9.5",
"symfony/finder": "^6.0",
"symfony/var-dumper": "^6.0",
"vlucas/phpdotenv": "^5.4.1"
},
"suggest": {
"arcanedev/laravel-lang": "Translations manager and checker for Laravel 5",
"laravel-lang/publisher": "Easy installation and update of translation files for your project",
"overtrue/laravel-lang": "Command to add languages in your project"
},
"type": "library",
"autoload": {
"psr-4": {
"LaravelLang\\Lang\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laravel-Lang Team",
"homepage": "https://github.com/Laravel-Lang"
}
],
"description": "Languages for Laravel",
"keywords": [
"lang",
"languages",
"laravel",
"lpm"
],
"support": {
"issues": "https://github.com/Laravel-Lang/lang/issues",
"source": "https://github.com/Laravel-Lang/lang"
},
"funding": [
{
"url": "https://opencollective.com/laravel-lang",
"type": "open_collective"
}
],
"time": "2022-06-22T09:43:06+00:00"
},
{
"name": "laravel/breeze",
"version": "v1.9.4",