-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 814 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 814 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
{
"name": "labymod/discord-webhook-bundle",
"type": "symfony-bundle",
"description": "Discord Webhook Bundle, based on labymod/discord-webhook",
"license": "GPL-3.0",
"minimum-stability": "dev",
"authors": [
{
"name": "Scrummer",
"email": "scrummer@gmx.ch",
"homepage": "https://labymod.net/about",
"role": "Developer"
}
],
"require": {
"php": "^8.0",
"labymod/discord-webhook": "^2.0 || ^3.0",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/string": "^5.0 || ^6.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"autoload": {
"psr-4": {
"DiscordWebhookBundle\\": "src/DiscordWebhookBundle/"
}
}
}