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: technically-php/dependency-resolver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: update/php-versions
Choose a base ref
...
head repository: technically-php/dependency-resolver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 10 files changed
  • 1 contributor

Commits on Aug 4, 2025

  1. Merge pull request #1 from technically-php/update/php-versions

    Update - Add newer PHP versions
    e1himself authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    16297ab View commit details
    Browse the repository at this point in the history
  2. Update README

    e1himself committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    2461af9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98075df View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    e1himself committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    067e9fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d12762 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from technically-php/feature/php-8

    Feature - Raise minimum PHP version to 8.0
    e1himself authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    3206cff View commit details
    Browse the repository at this point in the history
  7. Introduce DependencyResolver interface

    Useful for outer libraries to rely on the interface rather than on the concrete implementation itself, leaving the door open for user-land customizations.
    e1himself committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    216f37a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from technically-php/feature/resolver-interface

    Introduce `DependencyResolver` interface
    e1himself authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    3a6b155 View commit details
    Browse the repository at this point in the history
  9. Update changelog

    e1himself committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    04743e5 View commit details
    Browse the repository at this point in the history
  10. Ignore the .idea folder

    e1himself committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    87e7af6 View commit details
    Browse the repository at this point in the history
Loading