From 7b218f20a5f478c1c8e3295ee102ec557519526b Mon Sep 17 00:00:00 2001
From: Rosie Le Faive <lefaive@gmail.com>
Date: Tue, 12 Jul 2022 13:22:23 -0300
Subject: [PATCH] Update dependencies.

---
 composer.json | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/composer.json b/composer.json
index 9ebe1799..9e257717 100644
--- a/composer.json
+++ b/composer.json
@@ -15,20 +15,21 @@
   ],
   "require": {
     "drupal/context": "^4.1",
-    "drupal/search_api": "^1.24",
-    "islandora/jsonld": "^2",
-    "drupal/jwt": "^1.0",
-    "stomp-php/stomp-php": "4.* || ^5",
-    "drupal/prepopulate" : "^2.2",
+    "drupal/ctools": "^3.8 || ^4",
     "drupal/eva" : "^3.0",
     "drupal/features" : "^3.7",
+    "drupal/file_replace": "^1.1",
+    "drupal/filehash": "^2",
+    "drupal/flysystem" : "^2.0@beta",
+    "drupal/jwt": "^1.0",
     "drupal/migrate_plus" : "^5.1 || ^6",
     "drupal/migrate_source_csv" : "^3.4",
+    "drupal/prepopulate" : "^2.2",
+    "drupal/search_api": "^1.24",
     "drupal/token" : "^1.3",
-    "drupal/flysystem" : "^2.0@beta",
     "islandora/crayfish-commons": "^2",
-    "drupal/file_replace": "^1.1",
-    "drupal/ctools": "^3.8 || ^4"
+    "islandora/jsonld": "^2",
+    "stomp-php/stomp-php": "4.*"
   },
   "require-dev": {
     "phpunit/phpunit": "^6",