-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·40 lines (40 loc) · 973 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
35
36
37
38
39
40
{
"name": "ommu/mod-faq",
"description": "Frequency Asked Question Module from Ommu Platform",
"keywords": [
"module",
"frequency-asked-question",
"faq",
"ommu",
"ommu-platform",
"yii"
],
"homepage": "https://github.com/ommu/mod-faqs",
"type": "ommu-module",
"license": "Apache-2.0",
"support": {
"issues": "https://github.com/ommu/mod-faqs/issues",
"wiki": "https://github.com/ommu/mod-faqs/wiki",
"source": "https://github.com/ommu/mod-faqs"
},
"repository": {
"type": "git",
"url": "https://github.com/ommu/mod-faqs.git"
},
"authors": [
{
"name": "Putra Sudaryanto",
"email": "[email protected]",
"homepage": "https://ommu.co",
"role": "Creator"
}
],
"require": {
"php": ">=5.3.2",
"oomphinc/composer-installers-extender": "^1.0",
"yiisoft/yii": ">=1.1.14",
"yiiext/imperavi-redactor-widget": "~1.3",
"ommu/yii-sluggable": "dev-master",
"ommu/phpthumb": "dev-master"
}
}