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