ShikiryuRSS/composer.json

28 lines
512 B
JSON
Raw Normal View History

{
"name": "shikiryu/shikiryurss",
"description": "A RSS reader and writer",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
2023-04-13 21:14:13 +02:00
"name": "Shikiryu",
"email": "projets@shiki.fr",
"homepage": "https://shikiryu.com",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Shikiryu\\SRSS\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"require": {
2023-04-12 15:28:38 +02:00
"php": ">=8.0",
2023-04-06 11:07:06 +02:00
"ext-dom": "*",
"ext-libxml": "*"
}
}