You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
if (false !== $emoji && !class_exists(EmojiTransliterator::class)) {
95
-
thrownew \LogicException(sprintf('You cannot use the "%s()" method as the "symfony/intl" package is not installed. Try running "composer require symfony/intl".', __METHOD__));
95
+
thrownew \LogicException(sprintf('You cannot use the "%s()" method as the "symfony/emoji" package is not installed. Try running "composer require symfony/emoji".', __METHOD__));
0 commit comments