add Laravel languages for http statuses

This commit is contained in:
Benjamin Takats
2022-12-01 10:40:37 +01:00
parent 5999c94096
commit 135a9e050e
81 changed files with 6714 additions and 1 deletions

78
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": "bda87c9d56b81313748d6d4e83039ce9",
"content-hash": "dafb57f82691675a5d03595d824baa57",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -8444,6 +8444,82 @@
],
"time": "2022-11-15T07:39:58+00:00"
},
{
"name": "laravel-lang/http-statuses",
"version": "v3.1.2",
"source": {
"type": "git",
"url": "https://github.com/Laravel-Lang/http-statuses.git",
"reference": "1903fea9241371bb496aeb2a156d67f577ceb033"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Laravel-Lang/http-statuses/zipball/1903fea9241371bb496aeb2a156d67f577ceb033",
"reference": "1903fea9241371bb496aeb2a156d67f577ceb033",
"shasum": ""
},
"require": {
"ext-json": "*"
},
"conflict": {
"laravel-lang/publisher": "<14.0"
},
"require-dev": {
"laravel-lang/publisher": "^14.1",
"laravel-lang/status-generator": "^1.3.4",
"php": "^8.1",
"phpunit/phpunit": "^9.5",
"symfony/var-dumper": "^5.0 || ^6.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"LaravelLang\\HttpStatuses\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"LaravelLang\\HttpStatuses\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andrey Helldar",
"email": "helldar@dragon-code.pro"
},
{
"name": "Laravel-Lang Team",
"homepage": "https://github.com/Laravel-Lang"
}
],
"description": "List of 78 languages for HTTP statuses",
"keywords": [
"http",
"lang",
"languages",
"laravel",
"messages",
"status",
"translations"
],
"support": {
"issues": "https://github.com/Laravel-Lang/http-statuses/issues",
"source": "https://github.com/Laravel-Lang/http-statuses/tree/v3.1.2"
},
"funding": [
{
"url": "https://opencollective.com/laravel-lang",
"type": "open_collective"
}
],
"time": "2022-11-25T14:47:19+00:00"
},
{
"name": "laravel-lang/lang",
"version": "12.5.4",