forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
23 lines
525 B
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"
|
|
}
|
|
}
|
|
}
|
|
}
|