sf-static/flblog/system/vendor/suin/php-rss-writer/composer.json

21 lines
462 B
JSON
Raw Normal View History

2023-02-28 18:21:07 +00:00
{
"name": "suin/php-rss-writer",
"type": "library",
"description": "Yet another simple RSS writer library for PHP 5.3 or later.",
"keywords": ["rss", "generator", "writer", "feed", "php"],
"homepage": "https://github.com/suin/php-rss-writer",
"license": "MIT",
"authors": [
{
"name": "Hidehito Nozawa aka Suin",
"email": "suinyeze@gmail.com"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "Suin\\RSSWriter": "src" }
}
}