-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
116 lines (116 loc) · 2.73 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "dev4traders/d4t-admin-bs5-demo",
"description": "D4T Management Panel theme bs5.",
"keywords": [
"prop",
"forex",
"laravel",
"metatrader"
],
"version": "3.0",
"license": "Commerce",
"type": "project",
"repositories": [
{
"type": "git",
"url": "https://github.com/mikha-dev/laravel-auditing.git",
"canonical": false
},
{
"type": "git",
"url": "https://github.com/mikha-dev/laravel-authentication-log.git",
"canonical": false
},
{
"type": "git",
"url": "https://github.com/dev4traders/d4t-admin-demos.git",
"canonical": false
},
{
"type": "git",
"url": "https://github.com/dev4traders/d4t-admin-ui-bs5.git",
"canonical": false
},
{
"type": "git",
"url": "https://github.com/dev4traders/d4t-admin-ui-dcat-adminlte.git",
"canonical": false
},
{
"type": "git",
"url": "https://github.com/dev4traders/d4t-admin-helpers.git",
"canonical": false
},
{
"type": "git",
"url": "https://github.com/dev4traders/d4t-core.git",
"canonical": false
},
{
"type": "git",
"url": "https://github.com/dev4traders/dcat-admin.git"
}
],
"require": {
"php": "^8.1",
"dev4traders/d4t-admin-demos": "dev-main",
"dev4traders/d4t-admin-helpers": "dev-main",
"dev4traders/d4t-admin-ui-bs5": "dev-main",
"dev4traders/d4t-admin-ui-dcat-adminlte": "dev-main",
"dev4traders/d4t-core": "dev-main",
"dev4traders/dcat-admin": "dev-main",
"laravel/framework": "^10",
"laravel/horizon": "^5.21",
"laravel/tinker": "^2.8",
"mikha-dev/laravel-authentication-log": "dev-main",
"nesbot/carbon": "^2.72",
"owen-it/laravel-auditing": "dev-master",
"spatie/laravel-ignition": "^2.4"
},
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"App\\": "app/"
},
"files": []
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall"
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate"
]
},
"config": {
"minimum-stability": "dev",
"prefer-stable": false,
"sort-packages": true,
"optimize-autoloader": true,
"process-timeout": 0,
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true
}
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.12",
"fakerphp/faker": "^1.23",
"larastan/larastan": "^2.0",
"rector/rector": "^0.15.16"
},
"extra": {
"laravel": {
"dont-discover": [
"barryvdh/laravel-ide-helper"
]
}
}
}