xref: /dokuwiki/vendor/openpsa/universalfeedcreator/composer.json (revision 572dd708bebc04979f663f70366b866af9d0dc09)
1*572dd708SAndreas Gohr{
2*572dd708SAndreas Gohr    "name": "openpsa/universalfeedcreator",
3*572dd708SAndreas Gohr    "type": "library",
4*572dd708SAndreas Gohr    "description": "RSS and Atom feed generator by Kai Blankenhorn",
5*572dd708SAndreas Gohr    "keywords": ["rss", "atom", "pie", "opml", "gpx", "georss"],
6*572dd708SAndreas Gohr    "license": "LGPL",
7*572dd708SAndreas Gohr    "authors": [
8*572dd708SAndreas Gohr        {
9*572dd708SAndreas Gohr            "name": "Andreas Flack",
10*572dd708SAndreas Gohr            "email": "flack@contentcontrol-berlin.de",
11*572dd708SAndreas Gohr            "homepage": "http://www.contentcontrol-berlin.de/"
12*572dd708SAndreas Gohr        }
13*572dd708SAndreas Gohr    ],
14*572dd708SAndreas Gohr    "require": {
15*572dd708SAndreas Gohr        "php": ">=5.0"
16*572dd708SAndreas Gohr    },
17*572dd708SAndreas Gohr    "autoload": {
18*572dd708SAndreas Gohr        "classmap": ["lib"]
19*572dd708SAndreas Gohr    },
20*572dd708SAndreas Gohr    "require-dev": {
21*572dd708SAndreas Gohr        "phpunit/phpunit": "*"
22*572dd708SAndreas Gohr    }
23*572dd708SAndreas Gohr}
24