-
Notifications
You must be signed in to change notification settings - Fork 19
/
composer.json
34 lines (34 loc) · 951 Bytes
/
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
{
"name": "ximdex/xcms",
"description": "Ximdex CMS is a Semantic Content Management System (CMS)",
"license": "AGPL",
"type": "project",
"keywords": [
"cms",
"semantic"
],
"homepage": "https://github.com/XIMDEX/xcms",
"require": {
"php": ">=7.1",
"monolog/monolog": "1.24.*",
"php-di/php-di": "5.4.*",
"doctrine/common": "2.10.*",
"phpseclib/phpseclib": "2.0.*",
"phpmailer/phpmailer": "^6.0",
"kevinlebrun/colors.php": "1.0.*",
"ximdex/plata": "dev-master",
"guzzlehttp/guzzle": ">=4.1.4 <7.0",
"ximdex/xedit": "dev-feature_metadata",
"nesbot/carbon": "2.0.*"
},
"require-dev": {
"codeception/codeception": "3.0.*",
"icanhazstring/composer-unused": "^0.5.6"
},
"autoload": {
"psr-4": {
"Ximdex\\" : "src",
"XimdexApi\\": "api/src"
}
}
}