summaryrefslogtreecommitdiff
path: root/composer.json
blob: 0ce390fa8fc3fcf6c7a3fc75cb1f28585aef3a70 (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
{
	"config": {
		"platform-check": false,
		"allow-plugins": {
			"php-http/discovery": true
		}
	},
	"repositories": [
	    {
			"name": "j4mie/idiorm",
	      "type": "vcs",
	      "url": "https://dev.tt-rss.org/fox/idiorm.git"
	    }
	  ],
		"autoload": {
			"psr-4": {
				"": "classes/"
			}
	},
    "require": {
        "spomky-labs/otphp": "^10.0",
        "chillerlan/php-qrcode": "^4.3.3",
        "mervick/material-design-icons": "^2.2",
        "j4mie/idiorm": "dev-master",
		"open-telemetry/exporter-otlp": "^1.0",
		"php-http/guzzle7-adapter": "^1.0",
		"soundasleep/html2text": "^2.1",
		"guzzlehttp/guzzle": "^7.0"
    },
    "require-dev": {
        "phpstan/phpstan": "1.10.3",
        "phpunit/phpunit": "9.5.16",
		"phpunit/php-code-coverage": "^9.2"
    }
}