
| Current Path : /var/www/html/strat/web/modules/contrib/pathauto/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/strat/web/modules/contrib/pathauto/composer.json |
{
"name": "drupal/pathauto",
"description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/pathauto",
"support": {
"issues": "https://www.drupal.org/project/issues/pathauto",
"documentation": "https://www.drupal.org/docs/8/modules/pathauto",
"source": "https://cgit.drupalcode.org/pathauto"
},
"require": {
"drupal/token": "*",
"drupal/ctools": "*"
},
"require-dev": {
"drupal/forum": "*"
},
"conflict": {
"drush/drush": "<12.5.1"
},
"suggest": {
"drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability."
}
}