Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / modules / contrib / image_widget_crop / composer.json
index 8cadcb03276fbe027cad171c5656d970c51d4f76..5335035ec3c13358e74d06110068a90632e5f262 100644 (file)
       "role": "Maintainer"
     }
   ],
+  "repositories": [
+    {
+      "type": "composer",
+      "url": "https://packages.drupal.org/8"
+    }
+  ],
   "require": {
-    "drupal/crop": "1.x"
+    "drupal/crop": "^1.0 || ^2.0"
+  },
+  "require-dev": {
+    "drupal/entity_browser": "1.x-dev",
+    "drupal/ctools": "3.x-dev"
   }
 }