-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
61 lines (61 loc) · 1.56 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
{
"name": "remp/crm-application-module",
"description": "CRM Application Module",
"type": "library",
"homepage": "https://remp2030.com",
"license": "MIT",
"require": {
"php": "^8.1",
"contributte/translation": "^2.0",
"ext-zip": "*",
"ext-json": "*",
"ext-SimpleXML": "*",
"ext-hash": "*",
"ext-filter": "*",
"ext-iconv": "*",
"ext-PDO": "*",
"ext-dom": "*",
"ext-curl": "*",
"fakerphp/faker": "^1.13",
"nette/application": "^3.2",
"nette/bootstrap": "^3.1",
"nette/caching": "^3.1",
"nette/database": "^3.1",
"nette/di": "^3.0",
"nette/forms": "^3.1",
"nette/http": "^3.1",
"nette/mail": "^3.1",
"nette/robot-loader": "^4.0",
"nette/security": "^3.1 <3.2",
"nette/utils": "^4.0",
"latte/latte": "^3.0",
"tracy/tracy": "^2.8",
"odan/phinx-migrations-generator": "^6.1",
"phpoffice/phpspreadsheet": "^1.2",
"robmorgan/phinx": "~0.15",
"kdyby/autowired": "^3.0",
"twig/twig": "^2.4",
"league/event": "~2.1",
"tomaj/nette-bootstrap-form": "^2.1",
"vlucas/phpdotenv": "^5.3",
"tomaj/hermes": "^4.0",
"predis/predis": "^1.0",
"monolog/monolog": "^1.23|^2.3|^3.5",
"contributte/forms-multiplier": "^4.0",
"composer/composer": "^2.0",
"malkusch/lock": "^2.1",
"symfony/console": "^6.4",
"symfony/yaml": "^6.4",
"league/flysystem": "^3.0",
"league/csv": "^9.6"
},
"autoload": {
"psr-4": {
"Crm\\ApplicationModule\\": "src/"
},
"classmap": [
"src/"
]
},
"minimum-stability": "stable"
}