Add Token module.

This commit is contained in:
Michael Stenta 2020-04-30 08:47:18 -04:00
parent 273e6d8ae1
commit aab5b3af27
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
],
"require": {
"drupal/core": "^9.0.0",
"drupal/log": "2.x-dev"
"drupal/log": "2.x-dev",
"drupal/token": "^1.7"
},
"minimum-stability": "dev"
}