Files
php-lpr-bundle/composer.json
T

22 lines
486 B
JSON
Raw Normal View History

2017-10-31 18:01:17 +01: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": {
2021-04-06 13:57:24 +02:00
"symfony/symfony": "~3.0|~4.0",
2017-10-31 18:22:23 +01:00
"noccylabs/lpr": "~0.1.0"
2017-10-31 18:01:17 +01:00
},
"autoload": {
"psr-4": {
"NoccyLabs\\Bundle\\LprBundle\\": "src/"
}
}
}