Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / paragraphs / composer.json
1 {
2   "name": "drupal/paragraphs",
3   "description": "Enables the creation of Paragraphs entities.",
4   "type": "drupal-module",
5   "license": "GPL-2.0",
6   "require": {
7     "drupal/core": "~8",
8     "drupal/entity_reference_revisions": "~1.3"
9   },
10   "require-dev": {
11     "drupal/diff": "~1.0",
12     "drupal/replicate": "~1.0",
13     "drupal/inline_entity_form": "~1.0",
14     "drupal/field_group": "~1.0",
15     "drupal/block_field": "~1.0"
16   }
17 }