{
    "name": "bilginpro/agency-iha",
    "type": "library",
    "description": "Crawler for IHA News Agency in Turkey.",
    "keywords": [
        "bilginpro",
        "agency-iha",
        "news agency",
        "iha"
    ],
    "homepage": "https://github.com/bilginpro/agency-iha",
    "license": "MIT",
    "authors": [
        {
            "name": "Yavuz Selim Bilgin",
            "email": "yavuz@bilgin.pro",
            "homepage": "http://bilgin.pro",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.6",
        "guzzlehttp/guzzle": "^6.3",
        "nesbot/carbon": "^1.22 || ^2.16"
    },
    "require-dev": {
        "phpunit/phpunit" : ">=5.4.3",
        "squizlabs/php_codesniffer": "3.*"
    },
    "autoload": {
        "psr-4": {
            "BilginPro\\Agency\\Iha\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "BilginPro\\Agency\\Iha\\Test\\": "tests"
        }
    },
    "scripts": {
        "test": "phpunit",
        "check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
        "fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    },
    "config": {
        "sort-packages": true
    }
}
