summaryrefslogtreecommitdiff
path: root/composer.json
blob: d27533a35912e4c4d04382a01a878749057ea386 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
	"config": {
		"platform-check": false,
		"allow-plugins": {
			"php-http/discovery": true
		}
	},
	"repositories": [
		{
			"name": "j4mie/idiorm",
			"type": "vcs",
			"url": "https://github.com/tt-rss/tt-rss-idiorm.git"
		}
	],
	"autoload": {
		"psr-4": {
			"": "classes/"
		},
		"files": [
			"include/functions.php"
		]
	},
	"require": {
		"spomky-labs/otphp": "^11.3",
		"chillerlan/php-qrcode": "^5.0.3",
		"mervick/material-design-icons": "^2.2",
		"j4mie/idiorm": "dev-master",
		"soundasleep/html2text": "^2.1",
		"guzzlehttp/guzzle": "^7.0",
		"dragonmantank/cron-expression": "^3.4"
	},
	"require-dev": {
		"phpstan/phpstan": "2.1.31",
		"phpunit/phpunit": "9.6.29",
		"phpunit/php-code-coverage": "^9.2"
	}
}