support laravel 4 translation loading

This commit is contained in:
KHOUBZA Younes
2022-05-25 02:49:17 +01:00
parent f3c06eabae
commit 6321bee506
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -13,11 +13,11 @@
],
"require": {
"php": ">=5.3",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*"
},
"require-dev": {
"ext-intl": "*",
"friendsofphp/php-cs-fixer": "^3.8",
"laravel/laravel": "^9.1",
"livewire/livewire": "^2.10",