sitemap/composer.json

36 lines
996 B
JSON

{
"name": "jhodges/sitemap",
"description": "Generate full sitemap report using spatie/crawler",
"type": "project",
"require": {
"php": "^7.1",
"spatie/crawler": "^4.6",
"symfony/console": "^4.0|^5.0",
"cweagans/composer-patches": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
},
"authors": [
{
"name": "James",
"email": "inbox.dev@jhodges.co.uk"
}
],
"autoload": {
"psr-4": {
"JHodges\\Sitemap\\": "src/"
}
},
"extra": {
"patches": {
"spatie/crawler": {
"add crawled again observer": "https://patch-diff.githubusercontent.com/raw/spatie/crawler/pull/280.patch"
},
"guzzlehttp/guzzle": {
"Status code must be an integer value between 1xx and 5xx": "https://patch-diff.githubusercontent.com/raw/guzzle/guzzle/pull/2591.patch"
}
}
}
}