Issue #3430609 by Project Update Bot, benstallings: Automated Drupal 11...
Issue #3430609 by Project Update Bot, benstallings: Automated Drupal 11 compatibility fixes for fitvids
composer.json
0 → 100644
{ | ||
"name": "drupal/fitvids", | ||
"description": "Uses the FitVids.js library for fluid width video embeds.", | ||
"type": "drupal-module", | ||
"license": "GPL-2.0-or-later", | ||
"minimum-stability": "dev", | ||
"require": { | ||
"drupal/core": "^9.2 || ^10 || ^11" | ||
}, | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/fitvids", | ||
"source": "https://git.drupalcode.org/project/fitvids" | ||
} | ||
} |
Please register or sign in to comment