You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying out this bundle and i see it suggests besimple/soap-client, however the client builder has a hard dependency on this class use BeSimple\SoapClient\SoapClientBuilder as BaseSoapClientBuilder;
This means this should be in your require, not a suggestion. For it to be a suggestion you would have to make it so this class can be replaced by another one.
The text was updated successfully, but these errors were encountered:
Trying out this bundle and i see it suggests
besimple/soap-client
, however the client builder has a hard dependency on this classuse BeSimple\SoapClient\SoapClientBuilder as BaseSoapClientBuilder;
This means this should be in your require, not a suggestion. For it to be a suggestion you would have to make it so this class can be replaced by another one.
The text was updated successfully, but these errors were encountered: