forked from Budabot/Budabot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
61 lines (60 loc) · 1.19 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
{
"name":"nadyita/budabot",
"description": "The successor of the original Budabot by Tyrence",
"type":"project",
"keywords": ["budabot", "nadybot"],
"homepage": "https://github.com/nadyita/budabot/",
"authors": [
{
"name": "Nadyita",
"email": "[email protected]",
"role": "Maintainer"
},
{
"name": "Tyrence",
"role": "Original Maintainer"
}
],
"require": {
"php": ">=5.6.3",
"ext-sqlite3": "*",
"ext-curl": "*",
"ext-sockets": "*",
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"ext-pdo_mysql": "*",
"ext-mbstring": "*",
"ext-ctype": "*",
"ext-bcmath": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-xml": "*",
"ext-simplexml": "*",
"ext-dom": "*",
"ext-pcntl": "*",
"apache/log4php": "2.3.0",
"php-amqplib/php-amqplib": "2.11.3",
"niktux/addendum": "0.4.4"
},
"autoload": {
"psr-4": {
"Budabot\\": "src/",
"Budabot\\User\\Modules\\": "extra/"
}
},
"config": {
"vendor-dir": "vendor"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"composer/composer": "1.10.8"
},
"scripts": {
"post-package-install": [
"Budabot\\Patcher\\Patcher::patch"
],
"post-package-update": [
"Budabot\\Patcher\\Patcher::patch"
]
}
}