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: 7.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: 7.2.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 30, 2025

  1. Allow locking the deps

    On doctrine/website, which is a regular Symfony application, we put the
    composer.lock under version control, as we should.
    In order to be able to have the same experience in the CI as we have
    locally, we should use the same version of the dependencies.
    To that end, let's allow passing the dependency-versions option to
    ramsey/composer-install on workflows that are reused on
    doctrine/website.
    greg0ire committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    2ff95c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from greg0ire/locked-deps

    Allow locking the deps
    greg0ire authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    9061a3b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. fix: pin phpDocumentor

    Sudden upgrades can lead to broken builds. For instance, the latest
    versions require us to install phpDocumentor/filesystem. Let us do the
    upgrades in a controlled way from time to time instead.
    greg0ire committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    f2ceefa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59 from greg0ire/pin-phpdocumentor

    fix: pin phpDocumentor
    greg0ire authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    d79f199 View commit details
    Browse the repository at this point in the history
Loading