forked from akeeba/engage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 696 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 696 Bytes
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
{
"name": "akeeba/engage",
"description": "Akeeba Engage - A simple articles comment system for Joomla!",
"keywords": [
"comments",
"joomla"
],
"type": "project",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/akeeba/engage",
"authors": [
{
"name": "Nicholas K. Dionysopoulos",
"email": "nicholas_NO_SPAM_PLEASE@akeeba.com",
"homepage": "http://www.dionysopoulos.me",
"role": "Lead Developer"
}
],
"config": {
"vendor-dir": "component/backend/vendor",
"platform": {
"php": "7.4.0"
}
},
"minimum-stability": "stable",
"require": {
"php": ">=7.4.0 <8.4",
"ext-json": "*",
"ezyang/htmlpurifier": "^4.12.0",
"ext-simplexml": "*"
}
}