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

Allow installation on PHP 8. #46

Merged
merged 6 commits into from
Nov 18, 2020
Merged

Allow installation on PHP 8. #46

merged 6 commits into from
Nov 18, 2020

Commits on Nov 2, 2020

  1. Bump up PHP version constraint.

    Signed-off-by: ADmad <[email protected]>
    ADmad committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    219d9fe View commit details
    Browse the repository at this point in the history
  2. Fix failure on PHP 8.

    GD extension uses \GdImage class objects instead of resource in PHP 8.
    
    Signed-off-by: ADmad <[email protected]>
    ADmad committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e104115 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0b23c7 View commit details
    Browse the repository at this point in the history
  4. Fix test failure on PHP 8.

    Bump up http-interop/http-factory-tests to v0.8.
    
    Signed-off-by: ADmad <[email protected]>
    ADmad committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    7b2e5f3 View commit details
    Browse the repository at this point in the history
  5. Fix coding standards issues.

    Signed-off-by: ADmad <[email protected]>
    ADmad committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    4b21e54 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Update PHP 8 version constraint.

    Laminas team's opinion is:
    "PHP is too unstable to pin to a major release, and indeed, restricting is intentional".
    
    Signed-off-by: ADmad <[email protected]>
    ADmad committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    0278d1c View commit details
    Browse the repository at this point in the history