summaryrefslogtreecommitdiff
path: root/composer.json
blob: be5dbc3c4419cb68a10dff60d128cdc0d720e8f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"config": {
		"platform-check": false
	},
	"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.10.3",
        "phpunit/phpunit": "9.5.16"
    }
}