32 lines
753 B
JSON
32 lines
753 B
JSON
{
|
|
"name": "jhodges/sitemap",
|
|
"description": "Generate full sitemap report using spatie/crawler",
|
|
"type": "library",
|
|
"require": {
|
|
"php": "^7.3",
|
|
"spatie/crawler": "^4.7",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|