1
0
mirror of https://github.com/Chouchen/ShikiryuRSS.git synced 2024-05-15 17:11:30 +02:00
ShikiryuRSS/composer.json
2023-04-06 11:07:06 +02:00

25 lines
423 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": {
"ext-dom": "*",
"ext-libxml": "*"
}
}