-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 938 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
{
"name": "triptasoft/laravo",
"description": "Laravel Admin & BREAD Generator",
"type": "library",
"require": {
"laravel/framework": "~8.0|~9.0|~10.0",
"tcg/voyager": "^1.6",
"joy/voyager-api": "^1.2",
"joy/voyager-api-auth": "^1.2",
"laravel/passport": "^11.9",
"monstrex/voyager-extension": "^0.95.81",
"laravel/socialite": "^5.9",
"beyondcode/laravel-ask-database": "^1.0",
"recca0120/terminal": "^1.11"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Triptasoft\\Laravo\\": "src/"
}
},
"authors": [
{
"name": "triptasoft",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
"Triptasoft\\Laravo\\LaravoServiceProvider"
]
}
}
}