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/string
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/string
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 17 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
    4f1e5ba View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Configuration menu
    Copy the full SHA
    4afdf19 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
    7ea0c86 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. optimize in_array calls

    gharlan authored and nicolas-grekas committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    89ecb57 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Fix typos

    nicolas-grekas committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    f253dec 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
    a9f583b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

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

Commits on Aug 5, 2025

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

Commits on Aug 9, 2025

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

Commits on Aug 12, 2025

  1. run tests with PHPUnit 12.3

    xabbuh committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    2f72656 View commit details
    Browse the repository at this point in the history
  2. minor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 …

    …(keradus)
    
    This PR was merged into the 7.4 branch.
    
    Discussion
    ----------
    
     chore: PHP CS Fixer - heredoc indentation as of PHP 7.3
    
    | 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
    
    inspired by symfony/symfony@06e22b0#r2265021821
    
    [Possible since PHP 7.3](https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc)
    
    with love by [PHP Coding Standards Fixer](https://cs.symfony.com/)
    
    Commits
    -------
    
    4a25a6a5785 chore: heredoc indentation as of PHP 7.3
    nicolas-grekas committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    00bb9f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    68acca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb940c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ba35cb View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      remove deprecated nullable option from primary key columns
      specific fix to avoid 'outag' when inflecting 'outages'
      [DependencyInjection] Don’t autowire excluded services
      Add bool return type to CustomCredentials callable parameter
      [Process] Enhance hasSystemCallBeenInterrupted function for non-english locale
      [FrameworkBundle] Make `cache:warmup` warm up read-only caches
    nicolas-grekas committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    d5e739f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      fix session cookie options assertions on PHP 8.5
      [String] Fix issues singular
    nicolas-grekas committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    e469734 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      [Messenger] Fix Oracle errors 'ORA-00955: Name is already used by an existing object' with Doctrine transport
      [String] Fix nodes singular
      [Console] Fix testing multiline question
      [Security][Validator] Review translations.
      [Security] Ignore target route when exiting impersonation
      [Console] Restore SHELL_VERBOSITY after a command is ran
    xabbuh committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    324705b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      [Validator] Update Romanian translations
      fix tests
      [JsonStreamer] Fix decoding iterable lists
      [String][Inflector] Fix edge cases
      [Security] Fix attribute-based chained user providers
      [Intl] Fix Intl::getIcuStubVersion()
    nicolas-grekas committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    7c89aba View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      fix test setup
      [Validator] Review Turkish translations
      [Validator] Review Croatian translations
      [Validator] Review translations for Polish (pl)
      use the empty string instead of null as an array offset
      Review translations for Chinese (zh_TW)
      [Serializer] Adjust ObjectNormalizerTest for the accessor method changes from #61097
    xabbuh committed Sep 7, 2025
    Configuration menu
    Copy the full SHA
    140bb69 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      [PhpUnitBridge] Fix gathering deprecation in phpt
    nicolas-grekas committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    bc78521 View commit details
    Browse the repository at this point in the history
Loading