36 lines
779 B
JSON
36 lines
779 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|