tinytinyrss/composer.json

39 lines
756 B
JSON
Raw Permalink Normal View History

{
2022-08-01 19:38:16 +02:00
"config": {
2023-10-20 16:12:29 +02:00
"platform-check": false,
"allow-plugins": {
"php-http/discovery": true
}
2022-08-01 19:38:16 +02:00
},
"repositories": [
{
"name": "j4mie/idiorm",
"type": "vcs",
"url": "https://dev.tt-rss.org/fox/idiorm.git"
}
],
"autoload": {
"psr-4": {
"": "classes/"
},
"files": [
"include/functions.php"
]
2023-10-25 11:55:09 +02:00
},
"require": {
"spomky-labs/otphp": "^10.0",
"chillerlan/php-qrcode": "^4.3.3",
"mervick/material-design-icons": "^2.2",
"j4mie/idiorm": "dev-master",
2023-10-20 16:12:29 +02:00
"open-telemetry/exporter-otlp": "^1.0",
"php-http/guzzle7-adapter": "^1.0",
2023-12-22 17:51:04 +01:00
"soundasleep/html2text": "^2.1",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"phpstan/phpstan": "1.10.3",
"phpunit/phpunit": "9.5.16",
2023-12-02 15:45:25 +01:00
"phpunit/php-code-coverage": "^9.2"
}
}