{
    "name": "debril/feed-io",
    "description": "PHP library built to consume and serve JSONFeed / RSS / Atom feeds",
    "keywords": ["rss", "atom","jsonfeed", "feed", "news", "CLI", "client"],
    "homepage": "https://feed-io.net",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Alexandre Debril",
            "email": "alex.debril@gmail.com"
        }
    ],
    "bin" : [
        "bin/feedio"
    ],
    "require": {
        "php": ">=7.1",
        "guzzlehttp/guzzle": "~6.2",
        "psr/log": "~1.0",
        "symfony/console": "~3.4|~4.0|~5.0",
        "ext-dom": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "~7.5.0",
        "monolog/monolog": "1.*",
        "friendsofphp/php-cs-fixer": "^2.4"
    },
    "suggest": {
        "monolog/monolog": "Allows to handle logs"
    },
    "autoload": {
        "psr-4": {"FeedIo\\": "src/FeedIo"}
    },
    "scripts": {
        "install-hook": "chmod +x pre-commit.sh && cp pre-commit.sh .git/hooks/pre-commit",
        "pre-autoload-dump": "composer install-hook"
    },
    "config": {
        "preferred-install": {
            "*": "dist"
        }
    }
}
