Skip to content

Commit 445f1f0

Browse files
committed
[Intl] Remove deprecated EmojiTransliterator
1 parent 7057053 commit 445f1f0

File tree

3 files changed

+6
-33
lines changed

3 files changed

+6
-33
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
8.0
5+
---
6+
7+
* Remove `Symfony\Component\Intl\Transliterator\EmojiTransliterator`, use `Symfony\Component\Emoji\EmojiTransliterator` instead
8+
49
7.1
510
---
611

Transliterator/EmojiTransliterator.php

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

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"php": ">=8.4",
28-
"symfony/deprecation-contracts": "^2.5|^3"
27+
"php": ">=8.4"
2928
},
3029
"require-dev": {
3130
"symfony/filesystem": "^7.4|^8.0",

0 commit comments

Comments
 (0)