-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
41 lines (41 loc) · 1.06 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
{
"name": "pirati-web/urad.pirati.cz",
"description": "The proof of concept app, that e-goverment is possible",
"homepage": "https://urad.pirati.cz",
"type": "project",
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"authors": [
{
"name": "check with git commits",
"homepage": "https://github.com/pirati-web/urad.pirati.cz"
}
],
"require": {
"php": ">= 7.2",
"ext-dom": "*",
"ext-simplexml": "*",
"nette/application": "^2.4.0",
"nette/bootstrap": "^2.4.0",
"nette/caching": "^2.5.0",
"nette/database": "^2.4.0",
"nette/di": "^2.4.0",
"nette/finder": "^2.4.0",
"nette/forms": "^2.4.0",
"nette/http": "^2.4.0",
"nette/mail": "^2.4.0",
"nette/robot-loader": "^2.4.0",
"nette/security": "^2.4.0",
"nette/utils": "^2.4.0",
"latte/latte": "^2.4.0",
"tracy/tracy": "^2.4.0",
"dg/adminer-custom": "~1.6",
"joseki/pdf-response": ">=2.1",
"radekdostal/nette-datetimepicker": "^2.2",
"contributte/scheduler": "^0.2",
"contributte/console": "^0.5.0",
"mpdf/mpdf": "^7.0.0"
},
"require-dev": {
"nette/tester": "^2.1.0"
}
}