1
0
mirror of https://github.com/Chouchen/ShikiryuRSS.git synced 2026-05-31 02:09:05 +02:00
Files
ShikiryuRSS/composer.json
T
2023-04-12 15:28:38 +02:00

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": "*"
}
}