From 88df03856cf0f55e12e3b81d96ce0d034b99b3c2 Mon Sep 17 00:00:00 2001 From: LOBsTerr <LOBsTerr@645020.no-reply.drupal.org> Date: Mon, 28 Aug 2017 12:00:12 -0600 Subject: [PATCH] Issue #2823380 by LOBsTerr, heddn: SoapClient not found --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index fd0d87a2..54070eda 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": "*" } } -- GitLab