Skip to content

Commit

Permalink
build(deps): add lang (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaiyuxin103 committed Apr 16, 2024
1 parent 78c5ea9 commit 543e8e5
Show file tree
Hide file tree
Showing 25 changed files with 4,092 additions and 96 deletions.
1 change: 1 addition & 0 deletions bootstrap/providers.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
App\Providers\HorizonServiceProvider::class,
App\Providers\JetstreamServiceProvider::class,
App\Providers\TelescopeServiceProvider::class,
LaravelLang\JsonFallback\TranslationServiceProvider::class,
];
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"license": "MIT",
"require": {
"php": "^8.2",
"laravel-lang/json-fallback": "^2.1",
"laravel-lang/locales": "^2.6",
"laravel/framework": "^11.0",
"laravel/horizon": "^5.23",
"laravel/jetstream": "^5.0",
Expand All @@ -21,6 +23,7 @@
"require-dev": {
"fakerphp/faker": "^1.23",
"larastan/larastan": "^2.9",
"laravel-lang/common": "^6.2",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
"mockery/mockery": "^1.6",
Expand Down Expand Up @@ -50,7 +53,8 @@
"@php artisan package:discover --ansi"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
"@php artisan lang:update"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
Expand Down
Loading

0 comments on commit 543e8e5

Please sign in to comment.