summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-01 18:36:47 +0300
committerAndrew Dolgov <[email protected]>2021-03-01 18:36:47 +0300
commitf38be747d132d754801c46ee3df15f8c27a03762 (patch)
treee5d8ad7d7e099da7e4662a5b0e504893d3d8b1b3 /composer.json
parentf96abd2b52b9de5eac3651594ca32c6a4023c3e3 (diff)
initial for idiorm
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index ee8dadac9..0c9ec0926 100644
--- a/composer.json
+++ b/composer.json
@@ -2,6 +2,7 @@
"require": {
"spomky-labs/otphp": "^10.0",
"chillerlan/php-qrcode": "^3.3",
- "mervick/material-design-icons": "^2.2"
+ "mervick/material-design-icons": "^2.2",
+ "j4mie/idiorm": "^1.5"
}
}