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