summaryrefslogtreecommitdiff
path: root/composer.json
blob: 8d00077dcea48bf9adea9b5856fa5576eea1b8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"repositories": [
	    {
			"name": "j4mie/idiorm",
	      "type": "vcs",
	      "url": "https://dev.tt-rss.org/fox/idiorm.git"
	    }
	  ],
    "require": {
        "spomky-labs/otphp": "^10.0",
        "chillerlan/php-qrcode": "^4.3.3",
        "mervick/material-design-icons": "^2.2",
        "j4mie/idiorm": "dev-master"
    },
    "require-dev": {
        "phpstan/phpstan": "1.1.2",
        "phpunit/phpunit": "9.5.16"
    }
}