Skip to content

Commit

Permalink
generate qr code here
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfedr committed Mar 19, 2019
1 parent 868adbb commit 4bd0ae6
Show file tree
Hide file tree
Showing 12 changed files with 420 additions and 24 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ yarn-error.log
/phpunit.xml
/.phpunit.result.cache
###< phpunit/phpunit ###

###> symfony/web-server-bundle ###
/.web-server-pid
###< symfony/web-server-bundle ###
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"ext-zip": "*",
"aws/aws-sdk-php": "^3.87",
"ekreative/redmine_login": "^3.8",
"endroid/qr-code": "^3.5",
"guzzlehttp/guzzle": "^6.3",
"rodneyrehm/plist": "^2.0",
"sensio/framework-extra-bundle": "^5.2",
Expand Down Expand Up @@ -82,6 +83,7 @@
"phpunit/phpunit": "^8.0",
"symfony/dotenv": "4.2.*",
"symfony/maker-bundle": "^1.11",
"symfony/profiler-pack": "^1.0"
"symfony/profiler-pack": "^1.0",
"symfony/web-server-bundle": "4.2.*"
}
}
Loading

0 comments on commit 4bd0ae6

Please sign in to comment.