Skip to content

Commit 4a8d00e

Browse files
committed
Move & adapt "emoji code" from Intl into its own component
Transfert emoji data from Intl to emoji component Update main composer.json Fix phpunit config Update composer and README descriptions Fix LICENCE date Update src/Symfony/Component/Intl/CHANGELOG.md Co-authored-by: Oskar Stark <[email protected]> Fix Changelog I feel that cool resolve some of the recent issues linked to the Profiler. Rename component Emoji + unlink from Intl (no shared resp/code) Isolated commit to move data Update Github worflows Use Emoji in String component Update src/Symfony/Component/Emoji/CHANGELOG.md Co-authored-by: Nicolas Grekas <[email protected]> Update src/Symfony/Component/Emoji/README.md Co-authored-by: Nicolas Grekas <[email protected]> Present the compress command in both README's Update src/Symfony/Component/Intl/CHANGELOG.md Co-authored-by: Nicolas Grekas <[email protected]> Fix main composer.json Revert symfony/intl requires symfony/emoji Remove EmojiTransliteratorTrait Move emoji data Add "symfony/deprecation-contracts" to Intl Revert data test split Add symfony/emoji to String (dev) Fix String Test namespace Fix .gitattributes hides "bin/compress" script Please Psalm ? Compute quickCheck once Update LICENCE Add Intl conflict with string < 7.1 Fix Int changelog Fix composer.json CS Throw exception in Intl BC layer when symfony/emoji is not installed Test Intl & Emoji in the same job Remove useless check Remove useless check (without breaking things)
1 parent bac1107 commit 4a8d00e

File tree

166 files changed

+28
-490892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+28
-490892
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
CHANGELOG
22
=========
33

4+
7.1
5+
---
6+
7+
* Move all emoji code & data to a new `symfony/emoji` component
8+
* Deprecate `EmojiTransliterator` in favor of `Symfony\Component\Emoji\EmojiTransliterator`
9+
410
6.4
511
---
612

7-
* Add support for ISO-3166-1 numeric codes with `Countries::getNumericCode()`, `Countries::getNumericCodes()`,
13+
* Add support for ISO-3166-1 numeric codes with `Countries::getNumericCode()`, `Countries::getNumericCodes()`,
814
`Countries::numericCodeExists()` and `Countries::getAlpha2FromNumeric()`
915

1016
6.3

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Intl Component
33

44
The Intl component provides access to the localization data of the ICU library.
55

6+
If you have the zlib extension enabled, you can compress the data by running:
7+
8+
php vendor/symfony/intl/Resources/bin/compress
9+
610
Resources
711
---------
812

Resources/data/transliterator/emoji/emoji-af.php

Lines changed: 0 additions & 3663 deletions
This file was deleted.

Resources/data/transliterator/emoji/emoji-am.php

Lines changed: 0 additions & 3663 deletions
This file was deleted.

Resources/data/transliterator/emoji/emoji-ar.php

Lines changed: 0 additions & 3663 deletions
This file was deleted.

Resources/data/transliterator/emoji/emoji-ar_sa.php

Lines changed: 0 additions & 3663 deletions
This file was deleted.

Resources/data/transliterator/emoji/emoji-as.php

Lines changed: 0 additions & 3663 deletions
This file was deleted.

Resources/data/transliterator/emoji/emoji-ast.php

Lines changed: 0 additions & 274 deletions
This file was deleted.

0 commit comments

Comments
 (0)