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/http-kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.4.39
Choose a base ref
...
head repository: symfony/http-kernel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.4.40
Choose a head ref
  • 8 commits
  • 17 files changed
  • 4 contributors

Commits on Apr 29, 2024

  1. Bump Symfony version to 5.4.40

    fabpot committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    96e9ede View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    aa6a398 View commit details
    Browse the repository at this point in the history
  2. minor #54768 Remove calls to onConsecutiveCalls() (alexandre-daubois)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Remove calls to `onConsecutiveCalls()`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    cc `@OskarStark` as we did a lot of stuff on tests migration last year
    
    Commits
    -------
    
    4118849d86 Remove calls to `onConsecutiveCalls()`
    nicolas-grekas committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    51ffc08 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    77810d5 View commit details
    Browse the repository at this point in the history
  2. minor #54785 Remove calls to TestCase::iniSet() and calls to deprec…

    …ated methods of `MockBuilder` (alexandre-daubois)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Remove calls to `TestCase::iniSet()` and calls to deprecated methods of `MockBuilder`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    Last round (before new deprecations 🙂). All deprecations [listed here](https://github.com/sebastianbergmann/phpunit/blob/main/DEPRECATIONS.md) should be gone.
    
    Commits
    -------
    
    4d5065ddd9 Remove calls to `TestCase::iniSet()` and calls to deprecated methods of `MockBuilder`
    xabbuh committed May 15, 2024
    Configuration menu
    Copy the full SHA
    67d0b0a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"

    This reverts commit 2c9352dd91ebaf37b8a3e3c26fd8e1306df2fb73, reversing
    changes made to 18c3e87f1512be2cc50e90235b144b13bc347258.
    fabpot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3e9a729 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Update VERSION for 5.4.40

    fabpot committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    3ad0318 View commit details
    Browse the repository at this point in the history
Loading