forked from remp2020/crm-application-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
62 lines (62 loc) · 1.57 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
{
"name": "remp/crm-application-module",
"description": "CRM Application Module",
"type": "library",
"homepage": "https://remp2020.com",
"license": "MIT",
"require": {
"php": "^7.4",
"ext-zip": "*",
"ext-json": "*",
"ext-SimpleXML": "*",
"ext-hash": "*",
"ext-filter": "*",
"ext-iconv": "*",
"ext-PDO": "*",
"ext-dom": "*",
"ext-posix": "*",
"ext-curl": "*",
"fakerphp/faker": "^1.13",
"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.3",
"nette/security": "^3.1",
"nette/utils": "^3.2",
"latte/latte": "^2.9",
"tracy/tracy": "^2.8",
"odan/phinx-migrations-generator": "^4.6",
"phpoffice/phpspreadsheet": "^1.2",
"robmorgan/phinx": "~0.4",
"kdyby/autowired": "^2.1",
"twig/twig": "^2.4",
"league/event": "~2.1",
"kdyby/translation": "dev-master",
"tomaj/nette-bootstrap-form": "^2.0",
"vlucas/phpdotenv": "^5.3",
"tomaj/hermes": "^4.0",
"predis/predis": "^1.0",
"monolog/monolog": "^1.23",
"contributte/forms-multiplier": "^3.2",
"composer/composer": "^2.0",
"malkusch/lock": "^2.1",
"symfony/translation": "<=4.4.26",
"league/flysystem": "^1.0",
"league/csv": "^9.6"
},
"autoload": {
"psr-4": {
"Crm\\ApplicationModule\\": "src/"
},
"classmap": [
"src/"
]
},
"minimum-stability": "stable"
}