ddeboer / vatin

Validate VAT identification numbers
MIT License
136 stars 37 forks source link

Require ext-soap in composer.json #14

Closed MidnightDesign closed 8 years ago

ddeboer commented 8 years ago

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 a suggest section instead of require.

MidnightDesign commented 8 years ago

Ugh, indeed. : )

ddeboer commented 8 years ago

Cheers! :wink: