-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 902 Bytes
/
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
{
"name": "cf-git/tramylap",
"description": "Laravel DB internationalization package (v8)",
"type": "package",
"license": "GPL-3.0-or-later",
"version": "1.1.1",
"authors": [
{
"name": "Sergei Shubin",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=8.3.0",
"laravel/framework": ">= 10.0|>=11.0|>=12.0",
"laravel/tinker": ">= 2.0|>= 2.4|>= 2.9"
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"CFGit\\Tramylap\\": "src/",
"CFGit\\Tramylap\\Commands\\": "src/Commands/"
}
},
"extra": {
"laravel": {
"providers": [
"CFGit\\Tramylap\\CFServiceProvider"
],
"aliases": {
}
}
}
}