22 lines
416 B
JSON
22 lines
416 B
JSON
{
|
|
"name": "jhodges/sitemap",
|
|
"description": "generate full sitemap report",
|
|
"type": "project",
|
|
"require": {
|
|
"spatie/crawler": "^4.6",
|
|
"phpunit/phpunit": "^8.5"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "James",
|
|
"email": "inbox.dev@jhodges.co.uk"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"JHodges\\Sitemap\\": "src/"
|
|
}
|
|
}
|
|
|
|
}
|