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: overblog/dataloader-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: overblog/dataloader-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 1, 2024

  1. Add support for Symfony 7.0

    jerowork committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a1ef46a View commit details
    Browse the repository at this point in the history
  2. Update return type to Container

    With the update of Symfony 7.0, the return type is changed in `KernelTestCase`,
    resulting in:
    ```
    Return type declaration must be compatible with KernelTestCase::getContainer() : \Symfony\Component\DependencyInjection\Container
    ```
    jerowork committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6a83580 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #36 from jerowork/master

    Support Symfony 7.0
    mcg-web authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    dfc4bdc View commit details
    Browse the repository at this point in the history
Loading