1
0
mirror of https://github.com/Chouchen/ShikiryuRSS.git synced 2024-05-10 03:31:31 +02:00
ShikiryuRSS/composer.json

25 lines
423 B
JSON
Raw Normal View History

{
"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": {
2023-04-06 11:07:06 +02:00
"ext-dom": "*",
"ext-libxml": "*"
}
}