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

refactor: Update package to support php >=8 and Psr Log 2 || 3 #74

Merged
merged 15 commits into from
Mar 7, 2024

Commits on Nov 3, 2023

  1. refactor: Update package to support php >=8 and Psr Log 2 || 3

    Updating dependencies to be able to work with newer Psr/Log
    BREAKING CHANGE: we are dropping support for PHP 7.x and Psr/Log 1.x
    luislard committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    db215b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83e07a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80d0da6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c14a3f View commit details
    Browse the repository at this point in the history
  5. chore: fixes psalm error

    Ignore error comming from the different return type on earlier versions of WP
    In WP < 6.1 the return type was array[]|false
    luislard committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    0c2fe9c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    e9dfe4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    685d0d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3b39a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c9d84e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. chore: using matrix instead

    luislard committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9a2ad1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d5b573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f2c987 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    fdef833 View commit details
    Browse the repository at this point in the history
  2. ci: align ci

    luislard committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0a52460 View commit details
    Browse the repository at this point in the history
  3. ci: align missing file

    luislard committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6861514 View commit details
    Browse the repository at this point in the history