From e7d86b3e9952f5d9287aa070e6a7661dd2c71202 Mon Sep 17 00:00:00 2001 From: Ronan Le Bris Date: Mon, 28 Oct 2013 11:09:23 +0100 Subject: [PATCH] Adding besimple/soap-wsdl to dependencies Fix missing `BeSimple\SoapWsdl\Dumper\Dumper` class in `BeSimple\SoapBundle\WebServiceContext` --- src/BeSimple/SoapBundle/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BeSimple/SoapBundle/composer.json b/src/BeSimple/SoapBundle/composer.json index 6fd0f07..1537d48 100644 --- a/src/BeSimple/SoapBundle/composer.json +++ b/src/BeSimple/SoapBundle/composer.json @@ -23,6 +23,7 @@ "php": ">=5.3.0", "ext-soap": "*", "besimple/soap-common": "0.2.*", + "besimple/soap-wsdl": "0.2.*", "ass/xmlsecurity": "dev-master", "zendframework/zend-mail": "2.1.*", "zendframework/zend-mime": "2.1.*",