File: /home/u435929562/domains/butanking.com/public_html/vendor/vendor/gajus/dindent/composer.json
{
"name": "gajus/dindent",
"version": "2.0.2",
"description": "HTML indentation library for development and testing.",
"keywords": ["HTML", "indent", "format"],
"homepage": "https://github.com/gajus/dindent",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Gajus Kuizinas",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-4": {
"Gajus\\Dindent\\": "src/"
}
}
}