commerceguys / addressing

A PHP addressing library, powered by CLDR and Google's address data.
MIT License
922 stars 135 forks source link

feat: add minimum version in composer.json, allow symfony6 validator #171

Closed Chris53897 closed 2 years ago

Chris53897 commented 2 years ago

The minium versions are not checkedby travis composer update --prefer-lowest

I updated them so test will pass.

Add support of symfony/validator v. 6. Overriding the tearDown() is important. Otherwise $this->defaultLocale will have an error of used before initialized.

bojanz commented 2 years ago

Thank you! Sorry for the delay, only now circling back to this library, and your PRs are at the top of my list.