Skip to content

Commit

Permalink
updated dependency to monarc/backoffice and new QRCode backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Jun 22, 2022
1 parent ab95ee6 commit 77b0a68
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 24 deletions.
2 changes: 1 addition & 1 deletion VERSION.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major":2, "minor":12, "hotfix":0}
{"major":2, "minor":12, "hotfix":1}
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,17 @@
"laminas/laminas-permissions-rbac": "^3.0",
"laminas/laminas-log": "^2.11",
"laminas/laminas-i18n": "^2.9",
"laminas/laminas-dependency-plugin": "^2.0"
"laminas/laminas-dependency-plugin": "^2.0",
"endroid/qr-code": "^4.4"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"config": {
"bin-dir": "bin/"
"bin-dir": "bin/",
"allow-plugins": {
"laminas/laminas-dependency-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
214 changes: 193 additions & 21 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77b0a68

Please sign in to comment.