summaryrefslogtreecommitdiff
path: root/composer.json
blob: 7d164b375168a7c2624426cdaec7a78c572c5b8c (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.0.0"
    }
}