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: 754d5ad
Choose a base ref
...
head repository: symfony/intl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7236757
Choose a head ref
  • 20 commits
  • 234 files changed
  • 6 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 3, 2025

  1. Configuration menu
    Copy the full SHA
    92a12e7 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
  2. Merge branch '7.4' into 8.0

    * 7.4:
      [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
    7057053 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Configuration menu
    Copy the full SHA
    445f1f0 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
  2. Merge branch '7.4' into 8.0

    * 7.4:
      [Form] Skip windows x86 number transformer test
      [Intl] Optionally allow Kosovo as a component region
      cs fix
    nicolas-grekas committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    56cd57a 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 9, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:
      [ObjectMapper] handle non existing property errors
      Fix AsCronTask not passing arguments to command
      [HttpFoundation] Fix deprecation in tests on PHP 8.5
      Fix typo
      [Cache] Bump ext-redis to 6.2 and ext-relay to 0.11 minimum
      [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation
      [DependencyInjection] CS fix
      chore: PHP CS Fixer fixes
      Leverage get_error_handler()
      Various CS fixes
      Allow mixed root on CompoundConstraintTestCase validator
      [Serializer] Fix readonly property initialization from incorrect scope
      Update BrevoRequestParser.php
      [JsonPath] Improve escape sequence validation in name selector
    nicolas-grekas committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    a654bab 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 1, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:
      run tests using PHPUnit 11.5
      make data provider static
      [Lock] Fix using fractional TTLs on all platforms
      [Lock] Fixes an issue with PostgreSQL when using fractional TTLs
      [Console][Table] Fix unnecessary wrapping
      [DependencyInjection] Deprecate registering a service without a class when its id is a non-existing FQCN
      disable detecting modified indexes with DBAL 4.3
      [cache] RedisTrait::doFetch should use pipeline instead of mget for Relay\Cluster
      relax assertions for forward compatibility with Symfony 7.4
      [Console][Table] Fix invalid UTF-8 due to text wrapping
    nicolas-grekas committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    d754976 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
  2. Merge branch '7.4' into 8.0

    * 7.4:
      replace PHPUnit annotations with attributes
    nicolas-grekas committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    80ceb49 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. Merge branch '7.4' into 8.0

    * 7.4:
      skip legacy extractor test with symfony/property-info 8.0+
      chore: heredoc indentation as of PHP 7.3
      [Actions] remove dead code from integration-test We can always revisit later if needed.From 2021 its there and not in use
    nicolas-grekas committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    f1a6552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27b9c22 View commit details
    Browse the repository at this point in the history
  3. 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 13, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:
      [Messenger] fix tests using Redis
      fix intl tests PHPUnit command
      chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
    nicolas-grekas committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    5bc3094 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

Commits on Aug 20, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4:
      [PhpUnitBridge] Patch phpunit to clear php8.5 deprecation
      [ROUTING] Fix Typo in CHANGELOG.md
      Minor tweaks
      [Routing] Add possibility to create a request context with parameters directly
      [Mailer][Sendgrid] Add suppression groups support
      [Routing] allow setting multiple envs in `#[Route]` attribute
      fix session cookie options assertions on PHP 8.5
      [HttpFoundation] Add new MIME type mappings to `getMimeTypes()``
      use non-deprecated DBAL-API when available
      [Notifier][Discord] fix test `createProvider` in `DiscordTransportFactoryTest`
      [Security] Add `$methods` support to `#[IsGranted]` to restrict access by HTTP method
      fix tests
      [String] Fix issues singular
      [Notifier][Telegram] Add TelegramOptions::messageThreadId()
      [Console] Fix name/alias/usages when an invokable command has an alias
      [Intl] Take timezoneTypes’ ianaMap into account
      [WebProfilerBundle] Hide WDT clearer when it is hidden
      [Notifier][Discord] Add `DiscordBotTransport`
    nicolas-grekas committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    7236757 View commit details
    Browse the repository at this point in the history
Loading