composer.json
0 → 100644
+15
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "drupal/external_media_crop",
|
||
"description": "Field widget to upload files and images from third-party services with crop support.",
|
||
"type": "drupal-module",
|
||
"license": "GPL-2.0+",
|
||
"minimum-stability": "dev",
|
||
"homepage": "https://www.drupal.org/project/external_media_crop",
|
||
"authors": [],
|
||
"support": {},
|
||
"require": {
|
||
"drupal/core": "^8.9 || ^9 || ^10",
|
||
"drupal/external_media": "^1.0",
|
||
"drupal/image_widget_crop": "^2.4"
|
||
}
|
||
} |
Loading