Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/intl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.3
Choose a base ref
...
head repository: symfony/intl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.4
Choose a head ref
  • 10 commits
  • 233 files changed
  • 5 contributors

Commits on Jun 2, 2025

  1. Allow Symfony ^8.0

    nicolas-grekas committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    a5be7a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      [DependencyInjection] Fix `ServiceLocatorTagPass` indexes handling
      Improve docblock on compile()
      [JsonPath] Better handling of Unicode chars in expressions
      [VarDumper] Fix dumping LazyObjectState when using VarExporter v8
      Allow NumberToLocalizedStringTransformer empty values
      [Intl] Ensure data consistency between alpha and numeric codes
      [Intl] Add missing currency (NOK) localization (en_NO)
    nicolas-grekas committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    234b874 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    8e740e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Various CS fixes

    nicolas-grekas committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    6bd135a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. run tests using PHPUnit 11.5

    xabbuh committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    5326362 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    e2715b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. Configuration menu
    Copy the full SHA
    e9cd535 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Configuration menu
    Copy the full SHA
    27b9c22 View commit details
    Browse the repository at this point in the history
  2. minor #61371 chore: PHP CS Fixer - restore PHP / PHPUnit rulesets (ke…

    …radus)
    
    This PR was squashed before being merged into the 7.4 branch.
    
    Discussion
    ----------
    
     chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.4
    | Bug fix?      | no
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Issues        | Fix CS <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
    | License       | MIT
    
    relates to symfony/symfony@5d4e211#r163638626 , showing:
    - possible improvements to codebase that those ruleset can still offer (especially when targetting newest possible target version)
    - and also preventing old way to still be in use, if someone forget to use new syntax/methods
    
    with love by [PHP Coding Standards Fixer](https://cs.symfony.com/)
    
    Commits
    -------
    
    92940de5e52  chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
    nicolas-grekas committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    737d240 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      [Intl] Take timezoneTypes’ ianaMap into account
      [WebProfilerBundle] Hide WDT clearer when it is hidden
    nicolas-grekas committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    6d5082c View commit details
    Browse the repository at this point in the history
Loading