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