8000 Avoid bc break for AssciiSlugger::withEmoji in 7.1 by alexander-schranz · Pull Request #54499 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Avoid bc break for AssciiSlugger::withEmoji in 7.1 #54499

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Avoid bc break for AssciiSlugger::withEmoji in 7.1
  • Loading branch information
alexander-schranz authored Apr 5, 2024
commit 8a42b6c8c352ec63b3e8e5ca949d11e9c09a033b
2 changes: 1 addition & 1 deletion src/Symfony/Component/String/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"require": {
"php": ">=8.2",
"symfony/emoji": "^7.1",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
"symfony/error-handler": "^6.4|^7.0",
"symfony/emoji": "^7.1",
"symfony/http-client": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0",
"symfony/translation-contracts": "^2.5|^3.0",
Expand Down
0