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/process
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/process
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.
  • 11 commits
  • 12 files changed
  • 6 contributors

Commits on Jun 4, 2025

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

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    14f8bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71d3ef7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Merge branch '7.3' into 7.4

    * 7.3:
      [Scheduler] Fix `scheduler.task` tag arguments optionality
      use false instead of null to hide the currency symbol
      [FrameworkBundle] Fix block type from `OK` to `ERROR` when local vault is disabled in `SecretsRemoveCommand`
      Fix wrong boolean values
      minor #61328 [FrameworkBundle] Decouple ControllerResolverTest from HttpKernel (nicolas-grekas)
      [Messenger] Fix NoAutoAckStamp handling in Worker::flush()
    nicolas-grekas committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    da888ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7f8c65 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

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

Commits on Aug 12, 2025

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

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    410c833 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
    c61e87d View commit details
    Browse the repository at this point in the history
Loading