Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for psr/http-message ^2.0 #719

Merged
merged 6 commits into from
Aug 9, 2023
Merged

Commits on Jul 7, 2023

  1. Add support for psr/http-message ^2.0

    The only change in psr/http-message:2.0 introduces return types. As we support php:^7.2 we can also introduce these to support both 1.0 & 2.0.
    This also realigns paramater names with their interface definitions to better support named arguments (introduced in php:^8.0).
    Stoux committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e83a011 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. fix: linting (#717)

    Stoux committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    737effd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    650bbd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    7906270 View commit details
    Browse the repository at this point in the history
  2. drop 7.2

    damcou committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    502e4b4 View commit details
    Browse the repository at this point in the history
  3. drop 7.2

    damcou committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d43604a View commit details
    Browse the repository at this point in the history