php-lpr/composer.json

18 lines
386 B
JSON

{
"name": "noccylabs/lpr",
"description": "Print documents and images through lpr",
"type": "library",
"license": "GPL-3.0",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"require": {},
"autoload": {
"psr-4": {
"NoccyLabs\\Lpr\\": "src/"
}
}
}