summaryrefslogtreecommitdiff
path: root/composer.json
blob: dd68c93edcc93e24b3d2ca091496339298d49610 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "require": {
        "spomky-labs/otphp": "^10.0",
        "chillerlan/php-qrcode": "^3.3",
        "mervick/material-design-icons": "^2.2",
        "j4mie/idiorm": "^1.5"
    },
    "require-dev": {
        "phpstan/phpstan": "^1."
    }
}