mirror of https://git.tt-rss.org/fox/tt-rss.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
523 B
23 lines
523 B
{
|
|
"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"
|
|
}
|
|
}
|
|
|