-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
65 lines (65 loc) · 1.46 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": "ifmsa-cz/pret",
"description": "PRET/TNT event webpages",
"homepage": "https://github.com/Neloop",
"type": "project",
"license": [
"MIT"
],
"authors": [
{
"name": "Martin Polanka",
"homepage": "http://polankam.cz"
}
],
"config": {
"platform": {
"php": "8.1.6"
},
"allow-plugins": {
"composer/package-versions-deprecated": true
}
},
"scripts": {
"post-install-cmd": [
"composer dump-autoload --optimize --classmap-authoritative"
]
},
"autoload": {
"classmap": [
"app/Bootstrap.php"
]
},
"require": {
"php": ">= 8.1",
"ext-json": "*",
"nette/application": "^3.1",
"nette/bootstrap": "^3.1",
"nette/caching": "^3.1",
"nette/database": "^3.1",
"nette/di": "^3.0",
"nette/finder": "^2.5",
"nette/forms": "^3.1",
"nette/http": "^3.1",
"nette/mail": "^3.1",
"nette/robot-loader": "^3.4",
"nette/safe-stream": "^2.5",
"nette/security": "^3.1",
"nette/utils": "^3.2",
"latte/latte": "^3.0",
"tracy/tracy": "^2.9",
"contributte/console": "^0.9.2",
"nettrine/orm": "^0.8.3",
"nettrine/dbal": "^0.8.0",
"guzzlehttp/guzzle": "^7.4",
"composer/ca-bundle": "^1.3",
"uestla/recaptcha-control": "^8.0",
"alcohol/iso4217": "^4.0",
"mk-j/php_xlsxwriter": "^0.38"
},
"require-dev": {
"nette/tester": "^2.4",
"phpstan/phpstan-nette": "^1.0"
},
"minimum-stability": "stable"
}