This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Intl
Fabien Potencier 166502c714 minor #32417 [Intl] Remove --dev from intl compile autoloader (ro0NL)
This PR was merged into the 3.4 branch.

Discussion
----------

[Intl] Remove --dev from intl compile autoloader

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #...   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

Remove implicit composer default (`jakzal/php-intl` uses latest composer during compile)

Commits
-------

8ffc61692d [Intl] Remove --dev from intl compile autoloader
2019-07-08 08:36:40 +02:00
..
Collator switched array() to [] 2019-01-16 10:39:14 +01:00
Data [Intl] Add FallbackTrait for data generation 2019-05-08 21:38:40 +02:00
DateFormatter Fix binary operation +, - or * on string 2019-06-13 17:39:17 +02:00
Exception Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Globals switched array() to [] 2019-01-16 10:39:14 +01:00
Locale Merge branch '2.7' into 2.8 2017-05-01 07:31:55 -07:00
NumberFormatter Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
ResourceBundle switched array() to [] 2019-01-16 10:39:14 +01:00
Resources minor #32417 [Intl] Remove --dev from intl compile autoloader (ro0NL) 2019-07-08 08:36:40 +02:00
Tests Use willReturn() instead of will(returnValue()). 2019-05-30 17:47:52 +02:00
Util [Intl] Replace svn with git in the icu data update script 2018-07-26 17:13:28 +01:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
Intl.php [Intl] Update the ICU data to 64.2 2019-04-18 10:57:10 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
Locale.php [Intl] Fix root fallback locale 2019-05-07 23:35:39 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md [Intl] Fixed the broken link 2018-02-02 10:30:16 +01:00

Intl Component

A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.

The replacement layer is limited to the locale "en". If you want to use other locales, you should install the intl PHP extension instead.

Resources