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: opentelemetry-php/contrib-auto-psr16
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.1
Choose a base ref
...
head repository: opentelemetry-php/contrib-auto-psr16
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 18, 2024

  1. fixing build failures (#257)

    * fixing build failures
    - CodeIgniter tests only pass against 4.4, so update minimum (with a case insensitivity change to test)
    - MongoDB using a now-deprecated semconv, which can be removed (we already have the suggested replacement)
    - Psr16 using an old version of psalm
    - adding missing phan config for ServerTiming and Container detector
    - adding update-lowest and all-lowest Make targets to run tests against lowest installable dependencies
    - remove deprecated docker-compose.version
    - update Dockerfile to use the core one, with some contrib additions (opentelemetry, mongo)
    
    * drop 7.4 support for server-timing and container detector
    they use non-7.4-compatible syntax
    
    * update actions + cache versions
    brettmc authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    288e6bd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. [auto-psr6 & auto-psr16] Require composer runtime package (#265)

    * add composer runtime
    * add schema url
    weslenteche authored May 18, 2024
    Configuration menu
    Copy the full SHA
    98b8168 View commit details
    Browse the repository at this point in the history
Loading