locale fix
This commit is contained in:
214
composer.lock
generated
214
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": "584315664487bcdd32d267ffebbc8819",
|
||||
"content-hash": "d2a574fdd5c95390e8843b9dbd8659e5",
|
||||
"packages": [
|
||||
{
|
||||
"name": "abdulmajeed-jamaan/filament-translatable-tabs",
|
||||
@@ -142,6 +142,91 @@
|
||||
},
|
||||
"time": "2025-07-30T15:45:57+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bezhansalleh/filament-language-switch",
|
||||
"version": "4.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bezhanSalleh/filament-language-switch.git",
|
||||
"reference": "e4d9a6fc5ed36977da6bf93fbc1a231429b91e6f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bezhanSalleh/filament-language-switch/zipball/e4d9a6fc5ed36977da6bf93fbc1a231429b91e6f",
|
||||
"reference": "e4d9a6fc5ed36977da6bf93fbc1a231429b91e6f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"filament/filament": "^4.0",
|
||||
"illuminate/support": "^11.28|^12.0",
|
||||
"php": "^8.2",
|
||||
"spatie/laravel-package-tools": "^1.9"
|
||||
},
|
||||
"require-dev": {
|
||||
"larastan/larastan": "^3.0",
|
||||
"laravel/pint": "^1.0",
|
||||
"nunomaduro/collision": "^8.0",
|
||||
"orchestra/testbench": "^9.0|^10.0",
|
||||
"pestphp/pest": "^2.0|^3.0",
|
||||
"pestphp/pest-plugin-laravel": "^2.0|^3.0",
|
||||
"pestphp/pest-plugin-livewire": "^2.0|^3.0",
|
||||
"pestphp/pest-plugin-type-coverage": "^2.0|^3.5",
|
||||
"phpstan/extension-installer": "^1.4",
|
||||
"phpstan/phpstan": "^1.0|^2.1",
|
||||
"phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
|
||||
"phpstan/phpstan-phpunit": "^1.0|^2.0",
|
||||
"phpunit/phpunit": "^10.1|^11.0",
|
||||
"rector/rector": "^2.1",
|
||||
"spatie/laravel-ray": "^1.40"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"BezhanSalleh\\LanguageSwitch\\LanguageSwitchServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"BezhanSalleh\\LanguageSwitch\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Bezhan Salleh",
|
||||
"email": "bezhan_salleh@yahoo.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Zero config Language Switch(Changer/Localizer) plugin for filamentphp admin",
|
||||
"homepage": "https://github.com/bezhansalleh/filament-language-switch",
|
||||
"keywords": [
|
||||
"bezhanSalleh",
|
||||
"filament-language-changer",
|
||||
"filament-language-switch",
|
||||
"filament-locale-changer",
|
||||
"filament-localizer",
|
||||
"filament-plugin",
|
||||
"filamentphp",
|
||||
"laravel"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/bezhanSalleh/filament-language-switch/issues",
|
||||
"source": "https://github.com/bezhanSalleh/filament-language-switch/tree/4.0.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/bezhanSalleh",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-08-19T22:55:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bezhansalleh/filament-plugin-essentials",
|
||||
"version": "1.0.0",
|
||||
@@ -901,67 +986,6 @@
|
||||
],
|
||||
"time": "2025-08-20T19:15:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "craft-forge/filament-language-switcher",
|
||||
"version": "1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/craft-forge/filament-language-switcher.git",
|
||||
"reference": "cd3beffb18110319f43f9fd32decb4a038a8feec"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/craft-forge/filament-language-switcher/zipball/cd3beffb18110319f43f9fd32decb4a038a8feec",
|
||||
"reference": "cd3beffb18110319f43f9fd32decb4a038a8feec",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"filament/filament": "^3.0|^4.0",
|
||||
"php": "^8.1",
|
||||
"spatie/laravel-package-tools": "^1.16",
|
||||
"stijnvanouplines/blade-country-flags": "^1.0.6"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"CraftForge\\FilamentLanguageSwitcher\\FilamentLanguageSwitcherServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"CraftForge\\FilamentLanguageSwitcher\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Taras Koval",
|
||||
"email": "taraskovaldev@gmail.com",
|
||||
"homepage": "https://github.com/taras-koval"
|
||||
}
|
||||
],
|
||||
"description": "Zero-config language switcher for Filament admin panels. Automatically scans available translations, renders dropdown with country flags, persists selection via sessions.",
|
||||
"homepage": "https://github.com/craft-forge/filament-language-switcher",
|
||||
"keywords": [
|
||||
"admin",
|
||||
"filament",
|
||||
"i18n",
|
||||
"language",
|
||||
"laravel",
|
||||
"localization",
|
||||
"switcher"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/craft-forge/filament-language-switcher/issues",
|
||||
"source": "https://github.com/craft-forge/filament-language-switcher"
|
||||
},
|
||||
"time": "2025-09-16T11:01:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "danharrin/date-format-converter",
|
||||
"version": "v0.3.1",
|
||||
@@ -7393,60 +7417,6 @@
|
||||
},
|
||||
"time": "2025-08-04T02:33:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "stijnvanouplines/blade-country-flags",
|
||||
"version": "1.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/stijnvanouplines/blade-country-flags.git",
|
||||
"reference": "a1503171f666408398824b4dce0eea0e587ed6bc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/stijnvanouplines/blade-country-flags/zipball/a1503171f666408398824b4dce0eea0e587ed6bc",
|
||||
"reference": "a1503171f666408398824b4dce0eea0e587ed6bc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"blade-ui-kit/blade-icons": "^1.0",
|
||||
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
|
||||
"php": "^7.4|^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^6.18|^8.0|^9.0|^10.0",
|
||||
"pestphp/pest": "^1.4|^2.34|^3.0",
|
||||
"spatie/pest-plugin-snapshots": "^1.0|^2.1"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"StijnVanouplines\\BladeCountryFlags\\BladeCountryFlagsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"StijnVanouplines\\BladeCountryFlags\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "A package to easily make use of country flags in your Laravel Blade views.",
|
||||
"homepage": "https://github.com/stijnvanouplines/blade-country-flags",
|
||||
"keywords": [
|
||||
"blade",
|
||||
"country flags",
|
||||
"laravel"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/stijnvanouplines/blade-country-flags/issues",
|
||||
"source": "https://github.com/stijnvanouplines/blade-country-flags/tree/1.0.6"
|
||||
},
|
||||
"time": "2025-04-22T06:40:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/clock",
|
||||
"version": "v7.3.0",
|
||||
@@ -8139,16 +8109,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v7.3.6",
|
||||
"version": "v7.3.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "6379e490d6ecfc5c4224ff3a754b90495ecd135c"
|
||||
"reference": "db488a62f98f7a81d5746f05eea63a74e55bb7c4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/6379e490d6ecfc5c4224ff3a754b90495ecd135c",
|
||||
"reference": "6379e490d6ecfc5c4224ff3a754b90495ecd135c",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/db488a62f98f7a81d5746f05eea63a74e55bb7c4",
|
||||
"reference": "db488a62f98f7a81d5746f05eea63a74e55bb7c4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -8198,7 +8168,7 @@
|
||||
"description": "Defines an object-oriented layer for the HTTP specification",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v7.3.6"
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v7.3.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -8218,7 +8188,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-11-06T11:05:57+00:00"
|
||||
"time": "2025-11-08T16:41:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
|
||||
Reference in New Issue
Block a user