Created action to generate QR codes

This commit is contained in:
Alejandro Celaya
2016-08-09 10:24:42 +02:00
parent 166c94cac7
commit 99b7c77997
5 changed files with 161 additions and 5 deletions

View File

@@ -28,7 +28,8 @@
"symfony/console": "^3.0",
"firebase/php-jwt": "^4.0",
"monolog/monolog": "^1.21",
"theorchard/monolog-cascade": "^0.4"
"theorchard/monolog-cascade": "^0.4",
"endroid/qrcode": "^1.7"
},
"require-dev": {
"phpunit/phpunit": "^5.0",