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