Skip to content

Commit

Permalink
Merge pull request #346 from Laravel-Lang/16.x
Browse files Browse the repository at this point in the history
Bump `laravel-lang/json-fallback` to 2.0
  • Loading branch information
andrey-helldar committed Dec 16, 2023
2 parents a4f9f0e + 41213d2 commit 463bff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 463bff0

Please sign in to comment.