forked from Valgorithms/Palace-Revived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1.01 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
{
"name": "vzgcoders/tutelar-revived",
"description": "ValZarGaming's offical Discord bot built in ReactPHP.",
"authors": [
{
"name": "Valithor Obsidion",
"email": "[email protected]"
}
],
"require": {
"php": "^8.0.0",
"team-reflex/discord-php": "dev-master",
"vzgcoders/twitchphp": "dev-main"
},
"suggest": {
"ext-uv": "For a faster, and more performant loop. PHP >=7 only. Preferred.",
"ext-libev": "For a faster, and more performant loop",
"ext-event": "For a faster, and more performant loop",
"ext-mbstring": "For accurate calculations of string length when handling non-english characters."
},
"scripts": {
"cs": ["./vendor/bin/php-cs-fixer fix"],
"unit": ["./vendor/bin/phpunit"]
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"wyrihaximus/composer-update-bin-autoload-path": true
}
}
}