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

Drop PHP 7 support, add PHP 8.2 support #61

Merged

Commits on Jul 12, 2023

  1. feat: add PHP 8.2 support

    - Adds support for PHP 8.2
      - Bumps component dependencies to ones known to test against 8.2
    - Drops support for PHP 7
    - Adds `composer.lock` to `.gitignore`, which was not done in 175e436 and should have been
    
    Signed-off-by: Matthew Weier O'Phinney <[email protected]>
    weierophinney committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    86849a5 View commit details
    Browse the repository at this point in the history
  2. qa: bump laminas-component-installer minimum to 3.1

    For newer versions of composer, as well as PHP 8.2 support.
    
    Signed-off-by: Matthew Weier O'Phinney <[email protected]>
    weierophinney committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    98cb098 View commit details
    Browse the repository at this point in the history
  3. qa: switch from totallyTyped to errorLevel=1 in Psalm config

    Signed-off-by: Matthew Weier O'Phinney <[email protected]>
    weierophinney committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    49c87c6 View commit details
    Browse the repository at this point in the history