v1/web/modules/contrib/warmer/composer.json

23 lines
525 B
JSON

{
"name": "drupal/warmer",
"description": "Module that provides infrastructure for common cache warming/pre-fetching techniques.",
"type": "drupal-module",
"authors": [
{
"name": "Mateu Aguiló Bosch",
"email": "mateu@mateuaguilo.com"
}
],
"require": {
"php": ">=5.6.0",
"vipnytt/sitemapparser": "^1.0"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
}
}