-
Notifications
You must be signed in to change notification settings - Fork 33
/
composer.json
49 lines (49 loc) · 1.24 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
{
"name": "ilchcms/ilch-2.0",
"description": "CMS for Clans and Communities",
"type": "project",
"license": "GPLv3",
"minimum-stability": "stable",
"config": {
"platform": {
"php": "7.4"
}
},
"require": {
"php": ">=7.4",
"ifsnop/mysqldump-php": "^2.11",
"kartik-v/bootstrap-star-rating": "^4.1.2",
"twbs/bootstrap": "^5.3.3",
"fortawesome/font-awesome": "^6.6.0",
"npm-asset/jquery": "^3.7.1",
"npm-asset/jquery-ui": "^1.14.0",
"phpmailer/phpmailer": "^6.9.1",
"harvesthq/chosen": "^1.8.7",
"ezyang/htmlpurifier": "^4.17",
"blueimp/jquery-file-upload": "^10.32.0"
},
"require-dev": {
"maximebf/debugbar": "^1.22.3",
"phpunit/phpunit": "^9.6.19",
"symfony/yaml": "^5.4.39"
},
"autoload": {
"psr-0": {
"": "application/libraries/"
},
"files": [
"application/libraries/Ilch/Functions.php"
]
},
"autoload-dev": {
"psr-4": {
"PHPUnit\\": "tests/PHPUnit"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}