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/deprecations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.3
Choose a base ref
...
head repository: doctrine/deprecations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.4
Choose a head ref
  • 12 commits
  • 17 files changed
  • 3 contributors

Commits on Nov 30, 2024

  1. Use a shallow tree

    greg0ire committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    52392c0 View commit details
    Browse the repository at this point in the history
  2. Setup dependabot for Github actions

    This library is out of sync with the .github repo.
    greg0ire committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    198769b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Merge pull request #67 from greg0ire/shallow-tree

    Use a shallow tree
    greg0ire authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    5289058 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from greg0ire/dependabot

    Setup dependabot for Github action
    greg0ire authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    0d0c25d View commit details
    Browse the repository at this point in the history
  3. Document how to integrate with PHPUnit

    Right now, it is possible to display Doctrine deprecations with a bit of
    PHPUnit configuration.
    Note that this does not seem to clash with triggering self-deprecations,
    provided you use the VerifyDeprecations trait in tests that call the
    deprecated pieces of code.
    greg0ire committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    a8a2989 View commit details
    Browse the repository at this point in the history
  4. Drop Psalm

    As per the decision we took during the hackathon.
    I also had to upgrade PHPStan, presumably because removing Psalm
    resulted in dependencies being updated, and lots of deprecations being
    shown in the PHPStan job.
    greg0ire committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    729d36e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Merge pull request #68 from greg0ire/drop-psalm

    Drop Psalm
    greg0ire authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    8f2336d View commit details
    Browse the repository at this point in the history
  2. Bump doctrine/.github from 3.0.0 to 6.0.0

    Bumps [doctrine/.github](https://github.com/doctrine/.github) from 3.0.0 to 6.0.0.
    - [Release notes](https://github.com/doctrine/.github/releases)
    - [Commits](doctrine/.github@3.0.0...6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: doctrine/.github
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    685727e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    409330d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #70 from doctrine/dependabot/github_actions/doctri…

    …ne/dot-github-6.0.0
    
    Bump doctrine/.github from 3.0.0 to 6.0.0
    greg0ire authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    c80c8ed View commit details
    Browse the repository at this point in the history
  5. Merge pull request #71 from greg0ire/upgrade-cs

    Upgrade to doctrine/coding-standard 12
    SenseException authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    02c4605 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Merge pull request #66 from greg0ire/phpunit-integration

    Document how to integrate with PHPUnit
    greg0ire authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    31610db View commit details
    Browse the repository at this point in the history
Loading