-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 927 Bytes
/
composer.json
File metadata and controls
44 lines (44 loc) · 927 Bytes
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
{
"name": "sanf/rubot",
"type": "library",
"version": "v2.1.1",
"description": "Rubot is a PHP framework for building Rubika bots efficiently and reliably, with full support for messaging, media, and user interactions.\nRubot - Rubika Bot API SDK in PHP",
"keywords": [
"Rubika",
"Bot",
"Rubika-Bot",
"Rubot",
"php",
"php-bot",
"bot-php"
],
"homepage": "https://doc.artusha.ir",
"license": "MIT",
"authors": [
{
"name": "AmirAli",
"email": "sanfai.ir@gmail.com"
}
],
"autoload": {
"psr-4": {
"Rubot\\": "src/",
"RubCli\\": "client/"
}
},
"require": {
"php": ">=8.1",
"vlucas/phpdotenv": "5.6",
"guzzlehttp/guzzle": "7.8",
"league/html-to-markdown": "5.1"
},
"archive": {
"exclude": [
"tests/",
"index.html",
"wiki-en.md"
]
},
"minimum-stability": "stable",
"prefer-stable": true
}