summaryrefslogtreecommitdiff
path: root/composer.json
blob: 68076f7780560982f6a0623c30f007242481520b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"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",
		"jonahgeorge/jaeger-client-php": "^1.4"
    },
    "require-dev": {
        "phpstan/phpstan": "1.10.3",
        "phpunit/phpunit": "9.5.16"
    }
}