forked from IlchCMS/Ilch-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.01 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
{
"name": "ilchcms/ilch-2.0",
"description": "CMS for Clans and Communities",
"type": "project",
"license": "GPLv3",
"minimum-stability": "stable",
"config": {
"platform": {
"php": "5.6"
}
},
"require": {
"php": ">=5.6",
"jbbcode/jbbcode": "^1.3",
"ifsnop/mysqldump-php": "2.*",
"kartik-v/bootstrap-star-rating": "^4.0",
"twbs/bootstrap": "^3.3",
"fortawesome/font-awesome": "^4.7",
"components/jquery": "^3.1",
"ckeditor/ckeditor": "^4.6",
"components/jqueryui": "^1.12",
"phpmailer/phpmailer": "~6.0",
"sphido/events": "^0.3"
},
"require-dev": {
"maximebf/debugbar": "^1.12",
"phpunit/phpunit": "5.*",
"phpunit/dbunit": ">=1.2"
},
"autoload": {
"psr-0": { "": "application/libraries/" },
"files": ["application/libraries/Ilch/Functions.php"]
},
"autoload-dev": {
"psr-4": { "PHPUnit\\": "tests/PHPUnit" }
}
}