32 lines
711 B
JSON
Executable File
32 lines
711 B
JSON
Executable File
{
|
|
"name": "mikehaertl/php-pdftk",
|
|
"description": "A PDF conversion and form utility based on pdftk.",
|
|
"keywords": ["pdf", "pdftk"],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Michael Haertl",
|
|
"email": "haertl.mike@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"mikehaertl/php-shellcommand": "^1.6.3",
|
|
"mikehaertl/php-tmpfile": "^1.1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">4.0 <9.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mikehaertl\\pdftk\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"tests\\": "tests"
|
|
}
|
|
}
|
|
}
|