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-2.1-or-later", 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.2" 16 }, 17 "autoload": { 18 "classmap": ["lib"], 19 "files": ["lib/constants.php"] 20 }, 21 "require-dev": { 22 "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.32 || ^9.5.10" 23 } 24} 25