Skip to content
Snippets Groups Projects

Isssue-3299482: Drupal 10 Compatibility Fixes

2 files
+ 14
2
Compare changes
  • Side-by-side
  • Inline
Files
2
composer.json 0 → 100644
+ 13
0
{
"name": "drupal/webform_api_handler",
"type": "drupal-module",
"description": "Extends Webform's built it Remote Post handler to enable the creation of custom plugins.",
"keywords": [
],
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/webform_api_handler",
"source": "https://git.drupalcode.org/project/webform_api_handler"
}
}
Loading