Add requirement for drupal/token to composer.json.
parent
7ce4967e
No related branches found
No related tags found
... | ... | @@ -4,6 +4,7 @@ |
"type": "drupal-module", | ||
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"drupal/core": "^9 || ^10 || ^11" | ||
"drupal/core": "^9 || ^10 || ^11", | ||
"drupal/token": "^1.15" | ||
} | ||
} |
Please register or sign in to comment