miniflux-legacy/vendor/fguillot/picofeed/composer.json

30 lines
647 B
JSON
Raw Normal View History

{
"name": "fguillot/picofeed",
2015-07-03 03:03:00 +02:00
"description": "Modern library to handle RSS/Atom feeds",
"homepage": "https://github.com/fguillot/picoFeed",
"type": "library",
2015-04-28 18:08:42 +02:00
"license": "MIT",
"authors": [
{
2015-07-03 03:03:00 +02:00
"name": "Frédéric Guillot"
}
],
"require": {
"php": ">=5.3.0",
"ext-iconv": "*",
"ext-dom": "*",
"ext-xml": "*",
"ext-libxml": "*",
"ext-SimpleXML": "*"
},
2015-03-19 23:26:02 +01:00
"suggest": {
"ext-curl": "PicoFeed will use cURL if present"
},
"autoload": {
"psr-0": {"PicoFeed": "lib/"}
2015-03-19 23:26:02 +01:00
},
"bin" : [
"picofeed"
]
}