{ "name": "mauricesvay/moonmoon", "description": "Moonmoon is a simple feed aggregator.", "homepage": "http://moonmoon.org/", "type": "project", "license": "BSD-3-Clause", "version": "10.0.0-dev", "keywords": ["rss", "atom", "syndication", "planet", "blog"], "authors": [ { "name": "Maurice Svay", "email": "maurice@svay.com" } ], "minimum-stability": "stable", "require": { "php": "^7.2 || ^7.3 || ^7.4 || ^8.1 || ^8.2", "mustangostang/spyc": "^0.6.3", "simplepie/simplepie": "^1.5", "paragonie/random_compat": "^9.99" }, "require-dev": { "guzzlehttp/guzzle": "^7.4", "phpunit/phpunit": "^9.5", "phpstan/phpstan": "^1.3", "phpmd/phpmd": "^2.11", "php-parallel-lint/php-parallel-lint": "^1.3", "squizlabs/php_codesniffer": "^3.6" }, "scripts": { "test": "" }, "autoload": { "psr-0": { "": "app/classes/" }, "files": [ "app/helpers.php" ] } }