Skip to content

Commit c9470ca

Browse files
author
ilsilent
committed
1 parent 8d97ddd commit c9470ca

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "sabberworm/php-css-parser",
3+
"type": "library",
4+
"description": "Parser for CSS Files written in PHP",
5+
"keywords": ["parser", "css", "stylesheet"],
6+
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
7+
"license": "MIT",
8+
"authors": [
9+
{"name": "Raphael Schweikert"},
10+
],
11+
"require": {
12+
"php": ">=5.3.2"
13+
},
14+
"autoload": {
15+
"psr-0": { "Sabberworm\\CSS": "lib/" }
16+
}
17+
}

0 commit comments

Comments
 (0)