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: Codeception/module-doctrine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Choose a base ref
...
head repository: Codeception/module-doctrine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 5, 2024

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

Commits on Jul 28, 2024

  1. Declare nullable parameter types explicitly (#31)

    Implicit nullable parameter types will be deprecated in PHP 8.4
    W0rma authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    2b88012 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Fix support for doctrine/dbal v2 (#32)

    * Allow version of doctrine/data-fixtures to allow installation of doctrine/dbal v2 in tests
    * Fix compatibility with doctrine/dbal v2
    W0rma authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    db8866b View commit details
    Browse the repository at this point in the history
  2. PHP 8.4: Fix E_STRICT deprecation (#34)

    * Test against PHP 8.4
    * PHP 8.4: Do not use deprecated constant E_STRICT
    W0rma authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ce890f0 View commit details
    Browse the repository at this point in the history
Loading