v1/web/modules/contrib/fast_404/composer.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"
}
}