{
    "name": "spatie/crawler",
    "description": "Crawl all internal links found on a website",
    "homepage": "https://github.com/spatie/crawler",
    "license": "MIT",
    "keywords": [
        "spatie",
        "crawler",
        "link",
        "website"
    ],
    "authors": [
        {
            "name": "Freek Van der Herten",
            "email": "freek@spatie.be"
        }
    ],
    "require": {
        "php": "^7.1",
        "guzzlehttp/guzzle": "^6.3",
        "guzzlehttp/psr7": "^1.4",
        "nicmart/tree": "^0.2.7",
        "spatie/browsershot": "^3.14",
        "spatie/robots-txt": "^1.0.1",
        "symfony/dom-crawler": "^4.0",
        "tightenco/collect": "^5.6|^6.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.0",
        "larapack/dd": "^1.1"
    },
    "autoload": {
        "psr-4": {
            "Spatie\\Crawler\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\Crawler\\Test\\": "tests"
        }
    },
    "scripts": {
        "test": "phpunit"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "0.0.x-dev"
        }
    },
    "config": {
        "sort-packages": true
    }
}
