forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
20 lines
547 B
JSON
20 lines
547 B
JSON
{
|
|
"name": "drupal/fast_404",
|
|
"type": "drupal-module",
|
|
"description": "Speed up the generation of 404 pages and route 404 display to a static page.",
|
|
"keywords": ["Drupal"],
|
|
"license": "GPL-2.0+",
|
|
"homepage": "https://www.drupal.org/project/fast_404",
|
|
"minimum-stability": "dev",
|
|
"support": {
|
|
"issues": "https://www.drupal.org/project/issues/fast_404",
|
|
"source": "http://cgit.drupalcode.org/fast_404"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8.8 || ^9 || ^10"
|
|
},
|
|
"require-dev": {
|
|
"drupal/redirect": "^1.3.0"
|
|
}
|
|
}
|