From 41213d2cc46998da28242bc7c3e2a169f8d825b8 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sat, 16 Dec 2023 21:58:18 +0300 Subject: [PATCH] Bump `laravel-lang/json-fallback` to 2.0 --- composer.json | 2 +- tests/TestCase.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b61220df..c800ab7a 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "league/config": "^1.2" }, "require-dev": { - "laravel-lang/json-fallback": "^1.1", + "laravel-lang/json-fallback": "^2.0", "orchestra/testbench": "^8.14", "phpunit/phpunit": "^10.4.2", "symfony/var-dumper": "^6.3.6 || ^7.0" diff --git a/tests/TestCase.php b/tests/TestCase.php index 0c9cc996..8802167d 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -20,7 +20,7 @@ use DragonCode\Support\Facades\Filesystem\Directory; use Illuminate\Support\Facades\App; use Illuminate\Translation\TranslationServiceProvider; -use LaravelLang\JsonFallbackHotfix\TranslationServiceProvider as FixedTranslationServiceProvider; +use LaravelLang\JsonFallback\TranslationServiceProvider as FixedTranslationServiceProvider; use LaravelLang\LocaleList\Locale; use LaravelLang\Locales\Facades\Locales; use LaravelLang\Locales\ServiceProvider as LocalesServiceProvider;