-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
51 lines (51 loc) · 1.11 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
{
"name": "Porta Invest s.r.o. - CRM",
"description": "",
"homepage": "http://www.legerete.cz",
"type": "project",
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"authors": [
{
"name": "Legerete s.r.o.",
"homepage": "http://www.legerete.cz"
}
],
"require": {
"php": ">=5.6.0",
"nette/application": "^2.4",
"nette/bootstrap": "^2.4",
"nette/caching": "^2.4",
"nette/di": "^2.4",
"nette/forms": "^2.4",
"nette/http": "^2.4",
"nette/mail": "^2.4",
"nette/security": "^2.4",
"nette/utils": "^2.4",
"latte/latte": "^2.4",
"tracy/tracy": "^2.4",
"kdyby/doctrine": "^3.1",
"kdyby/monolog": "~1.1.0",
"phpmailer/phpmailer": "v5.2.9",
"sentry/sentry": "^0.22.0",
"kdyby/console": "^2.6",
"cboden/ratchet": "^0.3.5",
"kdyby/translation": "dev-master",
"ublaboo/mailing": "^1.1",
"bazo/nette-ratchet-sessionprovider": "dev-master",
"ublaboo/image-storage": "^1.1",
"spomky-labs/otphp": "^8.2"
},
"autoload": {
"psr-4": {
"App\\": "app/"
},
"classmap": [
"app/",
"vendor-dev/"
]
},
"require-dev": {
"nette/tester": "^1.6"
},
"minimum-stability": "dev"
}