summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/composer.json
blob: be2e24e1938213e41c0f7cd59f4a12a0978f227b (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
{
    "name": "fguillot/picofeed",
    "description": "Modern library to write or read feeds (RSS/Atom)",
    "homepage": "http://fguillot.github.io/picoFeed",
    "type": "library",
    "license": "Unlicense",
    "authors": [
        {
            "name": "Frédéric Guillot",
            "homepage": "http://fredericguillot.com"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "ext-iconv": "*",
        "ext-dom": "*",
        "ext-xml": "*",
        "ext-libxml": "*",
        "ext-SimpleXML": "*"
    },
    "autoload": {
        "psr-0": {"PicoFeed": "lib/"}
    }
}