-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·48 lines (48 loc) · 1.24 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
{
"minimum-stability": "dev",
"repositories": [
{
"type": "package",
"package": {
"name": "bramus/router",
"version": "1.6.1",
"dist": {
"url": "https://github.com/anthera-art/router/archive/refs/heads/master.zip",
"type": "zip"
},
"source": {
"url": "https://github.com/anthera-art/router",
"type": "git",
"reference": "master"
},
"autoload": {
"classmap": [
"src/"
]
}
}
}
],
"require": {
"bramus/router": "~1.6",
"ezyang/htmlpurifier": "^4.16",
"enqueue/simple-client": "^0.10.0@dev",
"enqueue/fs": "^0.10.0@dev",
"queue-interop/queue-interop": "^0.8.1",
"enqueue/amqp-bunny": "^0.10.0@dev",
"enqueue/pheanstalk": "^0.10.0@dev",
"ext-curl": "*",
"ext-gd": "*",
"dragonmantank/cron-expression": "^3.0@dev",
"amphp/parallel": "2.x-dev",
"amphp/amp": "3.x-dev",
"ext-pcntl": "*",
"robmorgan/phinx": "0.x-dev",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/promises": "2.0.x-dev",
"ext-mysqli": "*",
"woeler/phpdiscord": "dev-master",
"atakde/discord-webhook-php": "dev-master",
"jfcherng/php-diff": "v6.x-dev"
}
}