-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
44 lines (44 loc) · 1.28 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
{
"name": "mervick/yii2-mthaml",
"description": "The MtHaml integration for the Yii2 framework",
"keywords": ["yii2", "MtHaml", "haml", "twig", "renderer"],
"type": "yii2-extension",
"license": "MIT",
"support": {
"source": "https://github.com/mervick/yii2-mthaml"
},
"authors": [
{
"name": "Andrey Izman",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"mthaml/mthaml": "~1.7"
},
"require-dev": {
"twig/twig": "~1.11",
"twig/extensions": "~1.1.0",
"oyejorge/less.php": "*",
"leafo/lessphp": "*",
"leafo/scssphp": "*",
"leafo/scssphp-compass": "dev-master",
"coffeescript/coffeescript": "~1",
"michelf/php-markdown": "~1.3",
"erusev/parsedown": "*",
"league/commonmark": ">=0.5",
"cebe/markdown": "~1.0.1",
"kzykhys/ciconia": "~1",
"fluxbb/commonmark": "~1@dev",
"gregwar/rst": "~1"
},
"suggest": {
"twig/extensions": "If you want to use Twig extensions",
"leafo/scssphp-compass": "If you want to use Compass library with Scss"
},
"autoload": {
"psr-4": { "mervick\\mthaml\\": "src/" }
}
}