leandrocfe / filament-ptbr-form-fields

This package provides custom form fields for Filament (>=v2.17.28) that are commonly used in Brazilian web applications, such as CPF/CNPJ validation, phone number formatting, money with currency symbol, and CEP integration with ViaCep.
MIT License
97 stars 17 forks source link

fix: update PHPUnit XML configuration to current schema #22

Open patriciomartinns opened 6 months ago

patriciomartinns commented 6 months ago

This commit updates the PHPUnit XML configuration file to comply with the current schema, resolving the warning about the deprecated schema. The update was performed by running the "--migrate-configuration" option with the PHPUnit command.