-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
65 lines (65 loc) · 1.82 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
62
63
64
65
{
"name": "minecord/website",
"description": "Minecord website",
"type": "project",
"authors": [
{
"name": "Rixafy"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0",
"ext-apcu": "*",
"ext-json": "*",
"nette/application": "^3.0",
"nette/bootstrap": "^3.0",
"nette/caching": "^3.0",
"nette/database": "^3.0",
"nette/di": "^3.0",
"nette/finder": "^2.5",
"nette/forms": "^3.0",
"nette/http": "^3.0",
"nette/mail": "^3.0",
"nette/safe-stream": "^2.4",
"nette/security": "^3.0",
"nette/utils": "^3.0",
"tracy/tracy": "^2.8",
"latte/latte": "^2.10",
"contributte/console": "^0.9",
"nettrine/orm": "^0.8",
"nettrine/migrations": "^0.7",
"ublaboo/datagrid": "^6.8",
"archette/ip-address": "^1.0",
"archette/country": "^1.0",
"archette/currency": "^1.0",
"archette/language": "^1.0",
"archette/form-utils": "^1.0",
"contributte/recaptcha": "^3.4",
"contributte/translation": "^0.9",
"contributte/event-dispatcher": "^0.8",
"jaybizzle/crawler-detect": "^1.2",
"php-minecraft/minecraft-query": "^1.0",
"guzzlehttp/guzzle": "^7.0",
"thedudeguy/rcon": "dev-master",
"paypal/paypal-checkout-sdk": "dev-master",
"ramsey/uuid-doctrine": "^1.6",
"dg/composer-cleaner": "^2.2"
},
"autoload": {
"psr-4": {
"App\\": "app"
}
},
"config": {
"discard-changes": true,
"allow-plugins": {
"dg/composer-cleaner": true
}
},
"require-dev": {
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-nette": "^1.0"
}
}