forked from Laravel-Lang/lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (52 loc) · 1.55 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "laravel-lang/lang",
"description": "Languages for Laravel",
"keywords": ["laravel", "languages", "lpm", "lang"],
"license": "MIT",
"authors": [
{
"name": "Laravel-Lang Team",
"homepage": "https://github.com/Laravel-Lang"
}
],
"support": {
"issues": "https://github.com/Laravel-Lang/lang/issues",
"source": "https://github.com/Laravel-Lang/lang"
},
"suggest": {
"overtrue/laravel-lang": "Command to add languages in your project",
"arcanedev/laravel-lang": "Translations manager and checker for Laravel 5",
"andrey-helldar/laravel-lang-publisher": "Easy installation and update of translation files for your project"
},
"require": {
"ext-json": "*"
},
"require-dev": {
"php": "^8.0",
"andrey-helldar/pretty-array": "^2.3",
"andrey-helldar/support": "^3.16.1",
"guzzlehttp/guzzle": "^7.3",
"laravel/breeze": "^1.2",
"laravel/fortify": "^1.7",
"laravel/jetstream": "^2.3",
"phpunit/phpunit": "^9.5",
"symfony/finder": "^5.2",
"symfony/var-dumper": "^5.2",
"vlucas/phpdotenv": "^5.3"
},
"autoload-dev": {
"psr-4": {
"LaravelLang\\Lang\\": "app/main",
"Tests\\": "app/tests"
},
"files": [
"app/main/helpers.php"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "stable",
"prefer-stable": true
}