sitemap/composer.json
2020-02-20 17:06:44 +00:00

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/"
}
}
}