forked from imagecms/ImageCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·39 lines (39 loc) · 1.3 KB
/
composer.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.3 KB
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
{
"name": "ImageCMS",
"description": "Content managment system in two editions: Corporate (Free) & Shop (Proprietary)",
"keywords": ["CMS", "E-commerce"],
"homepage": "http://www.imagecms.net",
"type": "project",
"config": {
"vendor-dir": "application/third_party"
},
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"propel/propel": "2.0.*@dev",
"monolog/monolog": ">1.12",
"phpoffice/phpexcel": ">1.8",
"symfony/var-dumper": "2.*",
"tubalmartin/cssmin": "dev-master",
"patchwork/jsqueeze": "~2.0",
"tecnickcom/tcpdf": ">=6",
"google/apiclient": ">=1.1.2",
"greenlion/php-sql-parser": ">=4.0",
"true/punycode": "^2.0",
"nqxcode/phpmorphy": "^1.0",
"gettext/gettext": ">=3.5.3",
"retailcrm/api-client-php": ">=3.0",
"artem_c/emmet": "^1.0",
"symfony/config": "^2.7"
},
"require-dev": {
"eventviva/php-image-resize": ">=1.4",
"phpmd/phpmd": ">=2.2.2",
"nubera-ebusiness/intercom-php": "dev-master",
"phpunit/phpunit": ">=4.6.6",
"phpunit/phpunit-skeleton-generator": ">=2.0.1",
"halleck45/phpmetrics": ">=1.1.1",
"fzaninotto/faker": "^1.5",
"imagecms/coding-standard": "dev-master"
}
}