summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/composer.json
blob: 8fd534b9140d436d32563c743d1d269067173171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "name": "fguillot/picofeed",
    "description": "Modern library to handle RSS/Atom feeds",
    "homepage": "https://github.com/fguillot/picoFeed",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Frédéric Guillot"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "ext-iconv": "*",
        "ext-dom": "*",
        "ext-xml": "*",
        "ext-libxml": "*",
        "ext-SimpleXML": "*"
    },
    "suggest": {
        "ext-curl": "PicoFeed will use cURL if present"
    },
    "autoload": {
        "psr-0": {"PicoFeed": "lib/"}
    },
    "bin" : [
        "picofeed"
    ]
}