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: phpDocumentor/.github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: phpDocumentor/.github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Nov 28, 2023

  1. github-actions(deps): bump shivammathur/setup-php from 2.27.1 to 2.28.0

    Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.27.1 to 2.28.0.
    - [Release notes](https://github.com/shivammathur/setup-php/releases)
    - [Commits](shivammathur/setup-php@2.27.1...2.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: shivammathur/setup-php
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d86e28b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from phpDocumentor/dependabot/github_actions/s…

    …hivammathur/setup-php-2.28.0
    
    github-actions(deps): bump shivammathur/setup-php from 2.27.1 to 2.28.0
    github-actions[bot] authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    426e551 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Remove platform requirement

    This requirement might exist to prevent contributors from committing
    something incompatible with the lowest supported version of PHP to the
    lock file, thus breaking the "locked" jobs.
    greg0ire committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    d20b131 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from greg0ire/remove-platform-requirement

    Remove platform requirement
    jaapio authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    32bc014 View commit details
    Browse the repository at this point in the history
Loading