Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / image_widget_crop / composer.json
1 {
2   "name": "drupal/image_widget_crop",
3   "description": "Provides an interface for using the features of the Crop API.",
4   "type": "drupal-module",
5   "homepage": "https://www.drupal.org/project/image_widget_crop",
6   "keywords": ["Drupal", "Drupal Media", "Crop"],
7   "license": "GPL-2.0+",
8   "minimum-stability": "dev",
9   "prefer-stable": true,
10   "support": {
11     "issues": "https://www.drupal.org/project/issues/image_widget_crop",
12     "irc": "irc://irc.freenode.org/drupal-contribute",
13     "source": "https://www.drupal.org/project/image_widget_crop"
14   },
15   "authors": [
16     {
17       "name": "Alexandre Mallet",
18       "homepage": "https://github.com/woprrr",
19       "role": "Maintainer"
20     }
21   ],
22   "repositories": [
23     {
24       "type": "composer",
25       "url": "https://packages.drupal.org/8"
26     }
27   ],
28   "require": {
29     "drupal/crop": "^1.0 || ^2.0"
30   },
31   "require-dev": {
32     "drupal/entity_browser": "1.x-dev",
33     "drupal/ctools": "3.x-dev"
34   }
35 }