Releases: ibericode/vat-bundle
Releases · ibericode/vat-bundle
2.1.2
Allow failing validation constraint when a Vies exception occurs (timeout, ms_max_concurrent_req, etc.). Thanks @thomas-hiron!
use Ibericode\Vat\Bundle\Validator\Constraints\VatNumber;
class Customer
{
/**
* @VatNumber(violateOnException: true )
*/
public $vatNumber;
}2.1.1
Symfony 7 support
Merge pull request #15 from benconda/fix-tests Fix VatNumberValidatorTest
2.0.9
Merge pull request #8 from weglot/optionalExistenceCheck Add option to disable existence check
2.0.8
Merge pull request #7 from arneee/master Add void to VatNumberValidator::validate return type
2.0.7
add support for php attributes in VatNumber constraint
2.0.5
support symfony 6.0
2.0.4: Merge pull request #5 from arneee/patch-2
2.0.3
- Add unique error code to the
VatNumberconstraint #4 (props @RobinHoutevelts)
2.0.2
Support PHP 8