php-lpr-bundle/composer.json

22 lines
486 B
JSON

{
"name": "noccylabs/lpr-bundle",
"description": "Integrate noccylabs/lpr with Symfony 3",
"type": "bundle",
"license": "GPL-3.0",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"require": {
"symfony/symfony": "^3.0|^4.0",
"noccylabs/lpr": "~0.1.0"
},
"autoload": {
"psr-4": {
"NoccyLabs\\Bundle\\LprBundle\\": "src/"
}
}
}