1{
2  "name": "carica/phpcss",
3  "description": "An css selector parser and converter",
4  "minimum-stability": "stable",
5  "license": "MIT",
6  "authors": [
7    {
8      "name": "Thomas Weinert",
9      "email": "thomas@weinert.info"
10    }
11  ],
12  "require" : {
13    "PHP" : ">=7.2"
14  },
15  "autoload": {
16    "psr-4": {"PhpCss\\": "src/PhpCss"},
17    "files": ["src/PhpCss.php"]
18  }
19}
20