1572dd708SAndreas Gohr{ 2572dd708SAndreas Gohr "name": "openpsa/universalfeedcreator", 3572dd708SAndreas Gohr "type": "library", 4572dd708SAndreas Gohr "description": "RSS and Atom feed generator by Kai Blankenhorn", 5572dd708SAndreas Gohr "keywords": ["rss", "atom", "pie", "opml", "gpx", "georss"], 6*e43cd7e1SAndreas Gohr "license": "LGPL-2.1-or-later", 7572dd708SAndreas Gohr "authors": [ 8572dd708SAndreas Gohr { 9572dd708SAndreas Gohr "name": "Andreas Flack", 10572dd708SAndreas Gohr "email": "flack@contentcontrol-berlin.de", 11572dd708SAndreas Gohr "homepage": "http://www.contentcontrol-berlin.de/" 12572dd708SAndreas Gohr } 13572dd708SAndreas Gohr ], 14572dd708SAndreas Gohr "require": { 15572dd708SAndreas Gohr "php": ">=5.0" 16572dd708SAndreas Gohr }, 17572dd708SAndreas Gohr "autoload": { 18*e43cd7e1SAndreas Gohr "classmap": ["lib"], 19*e43cd7e1SAndreas Gohr "files": ["lib/constants.php"] 20572dd708SAndreas Gohr }, 21572dd708SAndreas Gohr "require-dev": { 22572dd708SAndreas Gohr "phpunit/phpunit": "*" 23572dd708SAndreas Gohr } 24572dd708SAndreas Gohr} 25