Issue #3290368 by douggreen: Automated Drupal 10 compatibility fixes and composer.json
composer.json
0 → 100644
{ | ||
"name": "drupal/video_embed_box", | ||
"type": "drupal-module", | ||
"description": "Video Embed Field - Box.com provider.", | ||
"homepage": "http://drupal.org/project/video_embed_box", | ||
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"drupal/core": "^8.8 || ^9 || ^10" | ||
} | ||
} |
Please register or sign in to comment