ttrss/composer.json

25 lines
522 B
JSON
Raw Normal View History

{
2022-08-01 19:38:16 +02:00
"config": {
"platform-check": false
},
"repositories": [
{
"name": "j4mie/idiorm",
"type": "vcs",
2022-07-16 10:10:19 +02:00
"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"
2021-10-22 12:42:29 +02:00
},
"require-dev": {
"phpstan/phpstan": "1.10.3",
"phpunit/phpunit": "9.5.16"
}
}