forked from nizsheanez/yii2-asset-converter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 979 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
{
"name": "nizsheanez/yii2-asset-converter",
"description": "Less, Sass, Scss and Phamlp converter for Yii2. No system requires. yii2-composer support, Less autoupdate, customizing of output directory",
"type": "yii2-extension",
"keywords": ["yii", "yii2", "asset", "converter", "less", "sass", "scss", "compass", "phamlp"],
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"authors": [
{
"name": "Alex Sharov",
"email": "www.pismeco@gmail.com",
"role": "Author"
}
],
"require" : {
"php": ">=5.4.0",
"yiisoft/yii2": "2.*",
"yiisoft/yii2-composer": "2.*",
"oyejorge/less.php": "1.7.0.*",
"richthegeek/phpsass": "dev-master",
"leafo/scssphp": "dev-master",
"leafo/scssphp-compass": "dev-master"
},
"autoload": {
"psr-0": { "nizsheanez\\assetConverter\\": "" }
},
"target-dir": "nizsheanez/assetConverter"
}