Updated installation doc with Composer

This commit is contained in:
Francis Besset
2013-02-20 15:26:26 +01:00
parent e3ddebfea4
commit f26fc4f72a
7 changed files with 67 additions and 11 deletions

View File

@ -37,4 +37,4 @@ class SoapAttachment
{
return $this->content;
}
}
}

View File

@ -74,4 +74,4 @@ class SoapClientBuilder extends BaseSoapClientBuilder
));
}
}
}
}

View File

@ -47,4 +47,4 @@ class SoapHeader
{
return new \SoapHeader($this->namespace, $this->name, $this->data);
}
}
}

View File

@ -164,4 +164,4 @@ class SoapRequest extends Request
return $result;
}
}
}

View File

@ -66,4 +66,4 @@ class SoapResponse extends Response
{
return $this->soapReturnValue;
}
}
}