-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 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
42
43
44
45
46
47
{
"name": "pd/peckadesk",
"type": "project",
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"authors": [
{
"name": "Milan Pála",
"email": "milan.pala@peckadesign.cz"
}
],
"require": {
"php": ">=7.4",
"nette/application": ">= 3.0.6",
"nette/bootstrap": "^3.0",
"nette/caching": "^3.0",
"nette/di": "^3.0",
"nette/finder": "^2.5",
"nette/forms": "^3.0",
"nette/http": "^3.0",
"nette/security": "^3.0",
"nette/utils": "^3.1",
"latte/latte": "^2.5",
"tracy/tracy": "^2.6",
"psr/log": "^1.0.1",
"ublaboo/datagrid": "^6.2",
"doctrine/orm": "2.7.*",
"symfony/console": "4.4.*",
"contributte/console": "0.7.*",
"nextras/migrations": "3.1.*",
"league/oauth2-client": "^2.4",
"aws/aws-sdk-php": "^3.130"
},
"require-dev": {
"nette/tester": "^2.0",
"phpstan/phpstan": "^0.12.0",
"phpstan/phpstan-nette": "^0.12.0",
"phpstan/phpstan-strict-rules": "^0.12.0",
"phpstan/phpstan-doctrine": "^0.12.0",
"pd/coding-standard": "1.21.*"
},
"autoload": {
"psr-4": {
"PeckaDesk\\": "app/"
}
},
"minimum-stability": "stable"
}