mirror of
https://github.com/symfony/locale.git
synced 2026-03-24 01:02:22 +01:00
2.8
Some attributes being used in the phpunit configuration files, namely failOnRisky and failOnWarning were introduced in phpunit 5.2.0. The Composer configuration shows that tests should run with old versions of phpunit, but phpunit only validates the configuration against the XSD since phpunit 7.2.0. These changes can be tested as follows: wget http://schema.phpunit.de/5.2/phpunit.xsd xargs xmllint --schema phpunit.xsd 1>/dev/null find src -name phpunit.xml.dist| xargs xmllint --schema phpunit.xsd 1>/dev/null See7e06a82806See46e3745a03/composer.json (L98)
Locale Component
Locale provides fallback code to handle cases when the intl extension is
missing.
The Locale component is deprecated since version 2.3 and was removed in Symfony 3.0. You should use the more capable Intl component instead.
Languages
PHP
100%