Skip to content

Commit eb16028

Browse files
committed
Improve composer.json
1 parent 2aa02f1 commit eb16028

File tree

1 file changed

+28
-20
lines changed

1 file changed

+28
-20
lines changed

composer.json

+28-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
11
{
2-
"name": "eslider/sasscb",
3-
"description": "SASS compiler binaries",
4-
"keywords": ["scss", "compiler", "assets", "compression", "minification" ],
5-
"type": "library",
6-
"license": "MIT",
7-
"authors": [
8-
{
9-
"name": "Andriy Oblivantsev",
10-
"email": "[email protected]",
11-
"homepage": "https://github.com/eSlider/"
12-
}
13-
],
14-
"config": {
15-
"bin-dir": "bin"
16-
},
17-
"autoload": {
18-
"psr-0": {
19-
"eSlider\\sassc": "/",
20-
"Eslider": "src/"
21-
}
2+
"name": "eslider/sasscb",
3+
"description": "SASS compiler binaries",
4+
"keywords": [
5+
"scss",
6+
"compiler",
7+
"assets",
8+
"compression",
9+
"minification"
10+
],
11+
"type": "library",
12+
"license": "MIT",
13+
"authors": [
14+
{
15+
"name": "Andriy Oblivantsev",
16+
"email": "[email protected]",
17+
"homepage": "https://github.com/eSlider/"
2218
}
19+
],
20+
"config": {
21+
"bin-dir": "bin"
22+
},
23+
"autoload": {
24+
"psr-4": {
25+
"": "src/"
26+
}
27+
"psr-0": {
28+
"eSlider\\sassc": "/",
29+
}
30+
}
2331
}

0 commit comments

Comments
 (0)