composer.json
0 → 100644
+17
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "drupal/dynamic_path_aliases",
|
||
"description": "Define dynamic path aliases using YAML.",
|
||
"type": "drupal-module",
|
||
"license": "GPL-2.0-or-later",
|
||
"authors": [
|
||
{
|
||
"name": "Robert Phillips",
|
||
"email": "rob@imagexmedia.com"
|
||
}
|
||
],
|
||
"require": {
|
||
"drupal/core": "^8.8 || ^9",
|
||
"drupal/yaml_editor": "^1.0",
|
||
"php": ">=7.4"
|
||
}
|
||
} |
Loading