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

18 lines
415 B
JSON

{
"name": "drupal/purge",
"type": "drupal-module",
"description": "Provides a generic external cache invalidation API and queue service.",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Niels van Mourik",
"homepage": "http://www.nielsvm.org"
}
],
"extra": {
"branch-alias": {
"dev-8.x-3.x": "3.x-dev"
}
}
}