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