Initial commit

This commit is contained in:
2017-10-31 18:01:17 +01:00
commit 296bf30c6d
8 changed files with 113 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"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": {
"noccylabs/lpr": "@dev",
"symfony/symfony": ">3.0"
},
"autoload": {
"psr-4": {
"NoccyLabs\\Bundle\\LprBundle\\": "src/"
}
}
}