File "composer.json"
Full path: /home/argothem/www/v4_old/plugins-dist/compresseur/lib/csstidy/composer.json
File size: 980 bytes
MIME-type: application/json
Charset: utf-8
{
"name": "cerdic/css-tidy",
"description": "CSSTidy is a CSS minifier",
"license": "LGPL-2.1-or-later",
"authors": [
{
"name": "Cédric MORIN",
"email": "changeme@mailinator.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pear/Text_Diff",
"no-api": true
}
],
"autoload": {
"classmap": [
"class.csstidy_optimise.php",
"class.csstidy_print.php",
"class.csstidy.php"
]
},
"autoload-dev": {
"classmap": [
"testing"
]
},
"require": {
"php": "^7.1 || ^8"
},
"require-dev": {
"pear/text_diff": "^1.2",
"simpletest/simpletest": "dev-master"
},
"bin": ["bin/pcsstidy"],
"archive": {
"exclude": [
"/.gitignore",
"/.travis.yml",
"/testing"
]
}
}