[PR #1] [CLOSED] Update symfony/intl requirement from ^4.1 to ^5.2 #2

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

📋 Pull Request Information

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

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


📝 Commits (5)

  • 22c352c test redirect
  • b291bb7 fix http code + check location
  • 74c6199 fix assert redirect
  • d7c605f fix assert redirect
  • 111aa02 Update symfony/intl requirement from ^4.1 to ^5.2

📊 Changes

2 files changed (+8 additions, -1 deletions)

View changed files

📝 composer.json (+1 -1)
📝 tests/Controller/SitemapIndexControllerApiTest.php (+7 -0)

📄 Description

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

Release notes

Sourced from symfony/intl's releases.

v5.2.7

Changelog (https://github.com/symfony/intl/compare/v5.2.6...v5.2.7)

  • no significant changes
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
  • 6d40be5 Merge branch '4.4' into 5.2
  • a9e1782 [CI] Make sure to restore default locale
  • 11b4217 Merge branch '4.4' into 5.2
  • fe19caf [Intl] fix Locale::getFallback() throwing exception on long $locale
  • 7227bec Merge branch '4.4' into 5.2
  • a6012f3 Modernize func_get_args() calls to variadic parameters
  • 930f176 Merge branch '4.4' into 5.1
  • 8a15571 Use createMock() and use import instead of FQCN
  • 77e720d Merge branch '4.4' into 5.1
  • 70ec8ba Changed private static array-properties to const
  • 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

🔄 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/1 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/4/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/symfony/intl-tw-5.2` --- ### 📝 Commits (5) - [`22c352c`](https://github.com/jbcr/sitemap-plugin/commit/22c352c56a50f2de0ea239cc95e9c80dbd439401) test redirect - [`b291bb7`](https://github.com/jbcr/sitemap-plugin/commit/b291bb70403ec8a0389ea80f690037a71dd22dd7) fix http code + check location - [`74c6199`](https://github.com/jbcr/sitemap-plugin/commit/74c619919cd32a8a79d303cbcb030c570ecf7596) fix assert redirect - [`d7c605f`](https://github.com/jbcr/sitemap-plugin/commit/d7c605f710dce12b87611e3c08fbb6f8e1d4ac06) fix assert redirect - [`111aa02`](https://github.com/jbcr/sitemap-plugin/commit/111aa028c6fc8581e9047a2d0c1b7f6b45f0b00a) Update symfony/intl requirement from ^4.1 to ^5.2 ### 📊 Changes **2 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `tests/Controller/SitemapIndexControllerApiTest.php` (+7 -0) </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.2.7</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/intl/compare/v5.2.6...v5.2.7">https://github.com/symfony/intl/compare/v5.2.6...v5.2.7</a>)</p> <ul> <li>no significant changes</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/symfony/intl/blob/5.x/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/6d40be5e4331041aa14add5633986d95667ae624"><code>6d40be5</code></a> Merge branch '4.4' into 5.2</li> <li><a href="https://github.com/symfony/intl/commit/a9e178284728e945c839d0a73d5343562cd3de3c"><code>a9e1782</code></a> [CI] Make sure to restore default locale</li> <li><a href="https://github.com/symfony/intl/commit/11b4217e394c80a2e313d3a4a37262fbe65a7add"><code>11b4217</code></a> Merge branch '4.4' into 5.2</li> <li><a href="https://github.com/symfony/intl/commit/fe19cafd0ff661c2143c8717bb1dca0457794c1e"><code>fe19caf</code></a> [Intl] fix Locale::getFallback() throwing exception on long $locale</li> <li><a href="https://github.com/symfony/intl/commit/7227bec3d1961b130df78c47dfb7f9a8b115a995"><code>7227bec</code></a> Merge branch '4.4' into 5.2</li> <li><a href="https://github.com/symfony/intl/commit/a6012f374d3c4cdd0dc4010a96e472398d750dc9"><code>a6012f3</code></a> Modernize func_get_args() calls to variadic parameters</li> <li><a href="https://github.com/symfony/intl/commit/930f17689729cc47d2ce18be21ed403bcbeeb6a9"><code>930f176</code></a> Merge branch '4.4' into 5.1</li> <li><a href="https://github.com/symfony/intl/commit/8a15571146066c39536fd7c3734aa36281d0e788"><code>8a15571</code></a> Use createMock() and use import instead of FQCN</li> <li><a href="https://github.com/symfony/intl/commit/77e720d8ecd5ad1c4a3e2401d94d7ce58c525b74"><code>77e720d</code></a> Merge branch '4.4' into 5.1</li> <li><a href="https://github.com/symfony/intl/commit/70ec8ba530082fee8ae3781553df8e19e8ca6583"><code>70ec8ba</code></a> Changed private static array-properties to const</li> <li>Additional commits viewable in <a href="https://github.com/symfony/intl/compare/v4.1.0...v5.2.7">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 </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:10 +01:00
admin closed this issue 2026-01-27 12:57:10 +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#2