Files
tt-rss/composer.json
wn_ 64a36970d6 Bump 'chillerlan/php-qrcode' to 5.0.x.
* Maintains PHP `7.4` compatibility and adds PHP `8.4` compatibility
  * The `4.4.x` branch does the same, but I didn't see any reason not to go to `5.0.x`.
* https://github.com/chillerlan/php-qrcode/releases
2024-11-21 17:34:32 +00:00

37 lines
675 B
JSON

{
"config": {
"platform-check": false,
"allow-plugins": {
"php-http/discovery": true
}
},
"repositories": [
{
"name": "j4mie/idiorm",
"type": "vcs",
"url": "https://git.tt-rss.org/fox/idiorm.git"
}
],
"autoload": {
"psr-4": {
"": "classes/"
},
"files": [
"include/functions.php"
]
},
"require": {
"spomky-labs/otphp": "^10.0",
"chillerlan/php-qrcode": "^5.0.3",
"mervick/material-design-icons": "^2.2",
"j4mie/idiorm": "dev-master",
"soundasleep/html2text": "^2.1",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"phpstan/phpstan": "2.0.1",
"phpunit/phpunit": "9.5.16",
"phpunit/php-code-coverage": "^9.2"
}
}