xref: /plugin/pagecss/vendor/csstidy-2.2.1/composer.json (revision 7d6669007238fef7e8728f167d637ed824899eb0)
1{
2    "name": "cerdic/css-tidy",
3    "description": "CSSTidy is a CSS minifier",
4    "license": "LGPL-2.1-or-later",
5    "keywords": [
6        "css",
7        "tidy",
8        "minifier"
9    ],
10    "authors": [
11        {
12            "name": "Cédric MORIN",
13            "email": "changeme@mailinator.com"
14        }
15    ],
16    "require": {
17        "php": "^7.1 || ^8"
18    },
19    "require-dev": {
20        "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5 || ^10.5"
21    },
22    "autoload": {
23        "classmap": [
24            "class.csstidy_optimise.php",
25            "class.csstidy_print.php",
26            "class.csstidy.php"
27        ]
28    },
29    "autoload-dev": {
30        "psr-4": {
31            "Cerdic\\CssTidy\\Test\\": "tests/"
32        }
33    },
34    "bin": [
35        "bin/pcsstidy"
36    ]
37}
38