forked from atrocore/atrocore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.3 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
{
"name": "atrocore/core",
"description": "AtroCORE. Open source application.",
"homepage": "https://atrocore.com",
"license": "GPL-3.0-only",
"minimum-stability": "stable",
"require": {
"php": "^7.4|^8.0",
"ext-openssl": "*",
"ext-json": "*",
"ext-pdo": "*",
"ext-zip": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-curl": "*",
"ext-ftp": "*",
"ext-exif": "*",
"ext-imagick": "*",
"gumlet/php-image-resize": "~1.9.2",
"composer/semver": "~3.3.2",
"doctrine/dbal": "~3.2.2",
"slim/slim": "~2.6.2",
"dragonmantank/cron-expression": "~1.0.3",
"laminas/laminas-mail": "~2.16.0",
"monolog/monolog": "~2.8.0",
"yzalis/identicon": "~2.0.0",
"zordius/lightncandy": "~0.21",
"symfony/event-dispatcher": "<=6.1.0",
"symfony/workflow": "<=6.0.10",
"phpseclib/phpseclib": "^3.0",
"caxy/php-htmldiff": "^0.1.14",
"lazzard/php-ftp-client": "~1.7.0"
},
"conflict": {
"atrocore/pim": "<1.7.25"
},
"autoload": {
"psr-0": {
"": [
"../../../data/migrations/",
"../../../data/module-manager-events/"
],
"Espo\\Custom": "../../../custom/"
},
"psr-4": {
"Atro\\": "app/Atro/",
"Espo\\": "app/Espo/"
}
},
"extra": {
"treoId": "Atro"
}
}