blob: c6e9417c047ec4dcee777bfce880f09dff0289f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "luizbills/css-generator",
"description": "Write CSS programatically using PHP.",
"type": "package",
"require": {
"php": ">=5.4.0",
"matthiasmullie/minify": "^1.3"
},
"license": "MIT",
"authors": [
{
"name": "Luiz Bills",
"email": "luizpbills@gmail.com"
}
],
"autoload": {
"psr-4": {
"luizbills\\CSS_Generator\\": "src"
}
}
}
|