moodle-mod_htmlcert/vendor/mikehaertl/phpwkhtmltopdf/composer.json

33 lines
838 B
JSON

{
"name": "mikehaertl/phpwkhtmltopdf",
"description": "A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface",
"keywords": ["pdf", "wkhtmltopdf", "wkhtmltoimage" ],
"homepage": "http://mikehaertl.github.com/phpwkhtmltopdf/",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Michael Haertl",
"email": "haertl.mike@gmail.com"
}
],
"require": {
"php": ">=5.0.0",
"mikehaertl/php-tmpfile": "^1.2.1",
"mikehaertl/php-shellcommand": "^1.5.0"
},
"autoload": {
"psr-4": {
"mikehaertl\\wkhtmlto\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"tests\\": "tests"
}
},
"require-dev": {
"phpunit/phpunit": ">4.0 <9.4"
}
}