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

Non-issue: Update project dependencies and use new PHP features #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 14, 2023

  1. Remove support for old PHP versions and update composer dependecies

    - Versions of PHP with currently active support per https://www.php.net/supported-versions.php are only 8.1 and 8.2
    - Update matrix with PHP versions for CI workflow
    - Dropping support for PHP 5.x means that paragonie/random_compat dependency can be removed
    - Minimum required versions of composer dependencies were bumped up to current versions
    jakubskrz committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b8dfc6a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Use native PHP data types

    jakubskrz committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    07b4ff2 View commit details
    Browse the repository at this point in the history