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

Commits on Oct 12, 2025

  1. Configure working-directory properly

    Unless we specify the working directory, composer will install
    dependencies for the project in the root directory.
    greg0ire committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    6206d2f View commit details
    Browse the repository at this point in the history
  2. Assume documentation composer.json is already present

    We want developers to be able to able to generate docs as well. This
    means the docs directory should already contain a composer.json for them
    to use.
    greg0ire committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    4a7d4aa View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Merge pull request #69 from greg0ire/remove-require

    Remove require
    greg0ire authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    4671c81 View commit details
    Browse the repository at this point in the history
  2. Fix version checking

    I intended to exclude e.g. 11.5.28 but failed to do so because it is
    greater than 10.5.49.
    Let us instead just check against 10.0.0: if the upgrade fails, it
    should be easy to fix it by requiring the correct patch version.
    greg0ire committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    b41495f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #70 from greg0ire/fix-comparison

    Fix version checking
    greg0ire authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    bc894fb View commit details
    Browse the repository at this point in the history
Loading