Skip to content
Snippets Groups Projects

Issue #3290090: Automated Drupal 10 compatibility fixes

2 files
+ 16
2
Compare changes
  • Side-by-side
  • Inline
Files
2
composer.json 0 → 100644
+ 15
0
{
"name": "drupal/token_modifier",
"description": "Provides a meta token that allows the modification of the output of other tokens.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/token_modifier",
"source": "https://git.drupalcode.org/project/token_modifier"
},
"require": {
}
}
Loading