Skip to content

Commit dbe99d2

Browse files
author
ityaozm@gmail.com
committed
fix(composer): Add laravel-lang/common dependency
- Add "laravel-lang/common" package with version "^6.7" to the require section. - Remove "laravel-lang/common" package from the replace section to avoid conflicts. - This change ensures consistent localization support within the Laravel application.
1 parent 3677fd4 commit dbe99d2

2 files changed

Lines changed: 6190 additions & 6190 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"ext-mbstring": "*",
6161
"guzzlehttp/guzzle": "^7.9",
6262
"laminas/laminas-text": "^2.12",
63+
"laravel-lang/common": "^6.7",
6364
"laravel-zero/framework": "^12.0",
6465
"laravel-zero/phar-updater": "^1.4",
6566
"laravel/framework": "^12.19"
@@ -83,7 +84,6 @@
8384
"intonate/tinker-zero": "^1.2",
8485
"ion-bazan/composer-diff": "^1.12",
8586
"larastan/larastan": "^3.4",
86-
"laravel-lang/common": "^6.7",
8787
"laravel/facade-documenter": "dev-main",
8888
"mockery/mockery": "^1.6",
8989
"pb30/phpstan-composer-analysis": "^1.0",

0 commit comments

Comments
 (0)