Merge pull request #69 from endroid/master

This commit is contained in:
Symfony
2017-08-06 05:09:06 -07:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,6 @@
endroid_qr_code:
writer: 'png'
size: 300
margin: 10
error_correction_level: 'low'
validate_result: false
@@ -0,0 +1,4 @@
EndroidQrCodeBundle:
resource: "@EndroidQrCodeBundle/Controller/"
type: annotation
prefix: /qrcode
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Endroid\\QrCode\\Bundle\\QrCodeBundle\\EndroidQrCodeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}