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"], 6e43cd7e1SAndreas 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": { 15*64d8abdbSAndreas Gohr "php": ">=5.2" 16572dd708SAndreas Gohr }, 17572dd708SAndreas Gohr "autoload": { 18e43cd7e1SAndreas Gohr "classmap": ["lib"], 19e43cd7e1SAndreas Gohr "files": ["lib/constants.php"] 20572dd708SAndreas Gohr }, 21572dd708SAndreas Gohr "require-dev": { 22*64d8abdbSAndreas Gohr "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.32 || ^9.5.10" 23572dd708SAndreas Gohr } 24572dd708SAndreas Gohr} 25