composer package updates
[openemr.git] / vendor / sabberworm / php-css-parser / composer.json
blobb970db7564d2cdfcc6a5a54eef7b837ff58c18e5
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     "require-dev": {
15         "phpunit/phpunit": "*"
16     },
17     "autoload": {
18         "psr-0": { "Sabberworm\\CSS": "lib/" }
19     }