[PR #3] [CLOSED] Update symfony/intl requirement from ^4.1 to ^5.3 #3

Closed
opened 2026-01-27 12:57:11 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jbcr/sitemap-plugin/pull/3
Author: @dependabot[bot]
Created: 6/1/2021
Status: Closed

Base: masterHead: dependabot/composer/symfony/intl-tw-5.3


📝 Commits (1)

  • 120d268 Update symfony/intl requirement from ^4.1 to ^5.3

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 composer.json (+1 -1)

📄 Description

Updates the requirements on symfony/intl to permit the latest version.

Release notes

Sourced from symfony/intl's releases.

v5.3.0

Changelog (https://github.com/symfony/intl/compare/v5.3.0-RC1...v5.3.0)

  • bug #41394 fix support for years outside of the 32b range on x86 arch (nicolas-grekas)
Changelog

Sourced from symfony/intl's changelog.

CHANGELOG

5.3

  • Add Currencies::getCashFractionDigits() and Currencies::getCashRoundingIncrement()

5.0.0

  • removed ResourceBundle namespace

4.4.0

  • excluded language code root
  • added to both Countries and Languages the methods getAlpha3Codes, getAlpha3Code, getAlpha2Code, alpha3CodeExists, getAlpha3Name and getAlpha3Names
  • excluded localized languages (e.g. en_US) from Languages in getLanguageCodes() and getNames()

4.3.0

  • deprecated ResourceBundle namespace
  • added Currencies in favor of Intl::getCurrencyBundle()
  • added Languages and Scripts in favor of Intl::getLanguageBundle()
  • added Locales in favor of Intl::getLocaleBundle()
  • added Countries in favor of Intl::getRegionBundle()
  • added Timezones
  • made country codes ISO 3166 compliant
  • excluded script code Zzzz

4.2.0

  • excluded language codes mis, mul, und and zxx
Commits
  • 92a24a5 Merge branch '5.2' into 5.3
  • cf40e74 [Intl] fix bad merge
  • db7e737 Merge branch '5.2' into 5.3
  • 455d350 Merge branch '4.4' into 5.2
  • 1a9d799 Fix CS in README files
  • 612896a Merge branch '5.2' into 5.3
  • 4bc95a5 Merge branch '4.4' into 5.2
  • bd6fb68 [Form] fix support for years outside of the 32b range on x86 arch
  • 2ede829 Merge branch '5.2' into 5.x
  • 6d40be5 Merge branch '4.4' into 5.2
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jbcr/sitemap-plugin/pull/3 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/symfony/intl-tw-5.3` --- ### 📝 Commits (1) - [`120d268`](https://github.com/jbcr/sitemap-plugin/commit/120d2682ea9d4e602a07328766e7cd2260096ef2) Update symfony/intl requirement from ^4.1 to ^5.3 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) </details> ### 📄 Description Updates the requirements on [symfony/intl](https://github.com/symfony/intl) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/symfony/intl/releases">symfony/intl's releases</a>.</em></p> <blockquote> <h2>v5.3.0</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/intl/compare/v5.3.0-RC1...v5.3.0">https://github.com/symfony/intl/compare/v5.3.0-RC1...v5.3.0</a>)</p> <ul> <li>bug <a href="https://github-redirect.dependabot.com/symfony/intl/issues/41394">#41394</a> fix support for years outside of the 32b range on x86 arch (nicolas-grekas)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/symfony/intl/blob/5.3/CHANGELOG.md">symfony/intl's changelog</a>.</em></p> <blockquote> <h1>CHANGELOG</h1> <h2>5.3</h2> <ul> <li>Add <code>Currencies::getCashFractionDigits()</code> and <code>Currencies::getCashRoundingIncrement()</code></li> </ul> <h2>5.0.0</h2> <ul> <li>removed <code>ResourceBundle</code> namespace</li> </ul> <h2>4.4.0</h2> <ul> <li>excluded language code <code>root</code></li> <li>added to both <code>Countries</code> and <code>Languages</code> the methods <code>getAlpha3Codes</code>, <code>getAlpha3Code</code>, <code>getAlpha2Code</code>, <code>alpha3CodeExists</code>, <code>getAlpha3Name</code> and <code>getAlpha3Names</code></li> <li>excluded localized languages (e.g. <code>en_US</code>) from <code>Languages</code> in <code>getLanguageCodes()</code> and <code>getNames()</code></li> </ul> <h2>4.3.0</h2> <ul> <li>deprecated <code>ResourceBundle</code> namespace</li> <li>added <code>Currencies</code> in favor of <code>Intl::getCurrencyBundle()</code></li> <li>added <code>Languages</code> and <code>Scripts</code> in favor of <code>Intl::getLanguageBundle()</code></li> <li>added <code>Locales</code> in favor of <code>Intl::getLocaleBundle()</code></li> <li>added <code>Countries</code> in favor of <code>Intl::getRegionBundle()</code></li> <li>added <code>Timezones</code></li> <li>made country codes ISO 3166 compliant</li> <li>excluded script code <code>Zzzz</code></li> </ul> <h2>4.2.0</h2> <ul> <li>excluded language codes <code>mis</code>, <code>mul</code>, <code>und</code> and <code>zxx</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/symfony/intl/commit/92a24a5fd1087511d29a5c7dd98d97c9e2208e75"><code>92a24a5</code></a> Merge branch '5.2' into 5.3</li> <li><a href="https://github.com/symfony/intl/commit/cf40e74a9547e810747c584be216dd0c15632669"><code>cf40e74</code></a> [Intl] fix bad merge</li> <li><a href="https://github.com/symfony/intl/commit/db7e73733697b6dce092d076317f4a8c30c203c9"><code>db7e737</code></a> Merge branch '5.2' into 5.3</li> <li><a href="https://github.com/symfony/intl/commit/455d3504ac4c3304b415ba3cb828b0f2d25ed7d7"><code>455d350</code></a> Merge branch '4.4' into 5.2</li> <li><a href="https://github.com/symfony/intl/commit/1a9d799a68e7f1caad20bfb0fae5b2d44871cf71"><code>1a9d799</code></a> Fix CS in README files</li> <li><a href="https://github.com/symfony/intl/commit/612896aa1238b401b7a3eda64a925b5315a63dcd"><code>612896a</code></a> Merge branch '5.2' into 5.3</li> <li><a href="https://github.com/symfony/intl/commit/4bc95a57854cf2fe7b2978630d61a3b8ddcc26ca"><code>4bc95a5</code></a> Merge branch '4.4' into 5.2</li> <li><a href="https://github.com/symfony/intl/commit/bd6fb68812a0c32cf3a628712349db715352e418"><code>bd6fb68</code></a> [Form] fix support for years outside of the 32b range on x86 arch</li> <li><a href="https://github.com/symfony/intl/commit/2ede829eb9eb4c6cab904d0b486cb70c06e35cfb"><code>2ede829</code></a> Merge branch '5.2' into 5.x</li> <li><a href="https://github.com/symfony/intl/commit/6d40be5e4331041aa14add5633986d95667ae624"><code>6d40be5</code></a> Merge branch '4.4' into 5.2</li> <li>Additional commits viewable in <a href="https://github.com/symfony/intl/compare/v4.1.0...v5.3.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-27 12:57:11 +01:00
admin closed this issue 2026-01-27 12:57:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/sitemap-plugin#3