php-lpr-bundle/composer.json

22 lines
486 B
JSON
Raw Normal View History

2017-10-31 17:01:17 +00:00
{
"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": {
2022-02-10 14:09:02 +00:00
"symfony/symfony": "^3.0|^4.0",
"noccylabs/lpr": "~0.1.0"
2017-10-31 17:01:17 +00:00
},
"autoload": {
"psr-4": {
"NoccyLabs\\Bundle\\LprBundle\\": "src/"
}
}
}