If I’m not mistaken, though, ext-soap is an optional dependency (ugh, I know), only necessary if you’re not merely validation the format but want to check whether the number is in use.
So ext-soap should be moved to a suggest section instead of require.
Thanks, @MidnightDesign.
If I’m not mistaken, though,
ext-soap
is an optional dependency (ugh, I know), only necessary if you’re not merely validation the format but want to check whether the number is in use.So
ext-soap
should be moved to asuggest
section instead ofrequire
.