summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/composer.json
blob: bc842f3b11926a24a093223f447b4acbe9021bfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "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"
    },
    "autoload": {
        "psr-0": {"PicoFeed": "lib/"}
    }
}