-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
59 lines (59 loc) · 1.86 KB
/
Copy pathcomposer.json
File metadata and controls
59 lines (59 loc) · 1.86 KB
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
{
"name": "storykode/krubot",
"description": "The Ultimate Laravel DX for building Quantum-Scale bot architectures, Async-Core. One elegant codebase for Telegram, Rubika, Bale, WebApps, and beyond.",
"type": "library",
"license": "MIT",
"homepage": "https://StoryKo.de/Krubot",
"authors": [
{
"name": "DoKtor K.",
"email": "dxk@storyko.de",
"homepage": "https://StoryKo.de/DXK"
}
],
"support": {
"persian": "https://DevGX.ir",
"source": "https://github.com/StoryKode/Krubot",
"docs": "https://github.com/StoryKode/Krubot/wiki",
"issues": "https://github.com/StoryKode/Krubot/issues",
"security": "https://github.com/StoryKode/Krubot/security/policy",
"chat": "https://t.me/DevGXP"
},
"require": {
"php": ">=8.2",
"laravel/framework": "^12.0",
"rubikabot/rubikabot": "3.1.1",
"erfanvahabpour/bale-bot-sdk": "2.0.0",
"irazasyed/telegram-bot-sdk": "3.16.0"
},
"autoload": {
"psr-4": {
"KrubiK\\": "src/"
},
"files": [
"src/WarLording/Helpers.php",
"src/Render/RenderHelpers.php",
"src/Console/RitualServitor.php"
]
},
"autoload-dev": {
"psr-4": {
"KrubiK\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"KrubiK\\Providers\\KrubotInstallerProvider",
"KrubiK\\Providers\\KrubotRouteProvider",
"KrubiK\\Providers\\KrubotServiceProvider"
],
"aliases": {
"KruboT": "KrubiK\\Facades\\KruboT",
"Opcache": "KrubiK\\Facades\\Opcache",
"Article": "KrubiK\\Facades\\Article"
}
}
},
"prefer-stable": true
}