php-lpr/composer.json

18 lines
386 B
JSON
Raw Normal View History

2017-10-30 23:57:12 +00:00
{
"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/"
}
}
}