1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00
ttrss/composer.json

12 lines
250 B
JSON
Raw Normal View History

{
"require": {
"spomky-labs/otphp": "^10.0",
2021-02-28 12:53:04 +01:00
"chillerlan/php-qrcode": "^3.3",
2021-03-01 16:36:47 +01:00
"mervick/material-design-icons": "^2.2",
"j4mie/idiorm": "^1.5"
2021-10-22 12:42:29 +02:00
},
"require-dev": {
2021-11-01 16:36:56 +01:00
"phpstan/phpstan": "^1.0.0"
}
}