Skip to content

Commit 0158743

Browse files
Get Adminer from composer
Fixes #3233
1 parent bc093b1 commit 0158743

File tree

7 files changed

+123
-1020
lines changed

7 files changed

+123
-1020
lines changed

webapp/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@
101101
"twig/extra-bundle": "^3.5",
102102
"twig/markdown-extra": "^3.5",
103103
"twig/string-extra": "^3.5",
104-
"twig/twig": "^3.6"
104+
"twig/twig": "^3.6",
105+
"vrana/adminer": "^5.4"
105106
},
106107
"require-dev": {
107108
"ext-dom": "*",
@@ -155,7 +156,8 @@
155156
"scripts": {
156157
"auto-scripts": {
157158
"cache:clear": "symfony-cmd",
158-
"assets:install %PUBLIC_DIR%": "symfony-cmd"
159+
"assets:install %PUBLIC_DIR%": "symfony-cmd",
160+
"adminer:compile": "symfony-cmd"
159161
},
160162
"post-install-cmd": [
161163
"@auto-scripts"

webapp/composer.lock

Lines changed: 67 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)