mirror of
https://github.com/Chouchen/ShikiryuRSS.git
synced 2024-11-14 18:18:52 +01:00
28 lines
512 B
JSON
28 lines
512 B
JSON
{
|
|
"name": "shikiryu/shikiryurss",
|
|
"description": "A RSS reader and writer",
|
|
"minimum-stability": "stable",
|
|
"license": "proprietary",
|
|
"authors": [
|
|
{
|
|
"name": "Shikiryu",
|
|
"email": "projets@shiki.fr",
|
|
"homepage": "https://shikiryu.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Shikiryu\\SRSS\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9"
|
|
},
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"ext-dom": "*",
|
|
"ext-libxml": "*"
|
|
}
|
|
}
|