diff --git a/composer.json b/composer.json
index fd0d87a2b6e9a5b9b8c1e5126d3caf3b9ce974f0..54070eda9559c3bf94a7d5a29aa9ccf0a2214aaf 100644
--- a/composer.json
+++ b/composer.json
@@ -17,10 +17,8 @@
     "source": "https://cgit.drupalcode.org/migrate_plus"
   },
   "minimum-stability": "dev",
-  "require": {
-    "ext-soap": "*"
-  },
   "suggest": {
-    "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
+    "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin",
+    "ext-soap": "*"
   }
 }