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

Update for base library v4 #3

Merged
merged 9 commits into from
May 9, 2024
Merged

Commits on May 8, 2024

  1. To improve local development, include dockerfile samples for differen…

    …t php versions, & Makefile with different commands
    Roussetos Karafyllakis committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f9a03c9 View commit details
    Browse the repository at this point in the history
  2. To make library compatible with base library v4, bump the composer ve…

    …rsion, & introduce static analysis, install phpstan, set minimum level 4
    Roussetos Karafyllakis committed May 8, 2024
    Configuration menu
    Copy the full SHA
    11f7020 View commit details
    Browse the repository at this point in the history
  3. To resolve issue with php-cs executable not running on PPH 8.3, updat…

    …e executabe version & change Makefile relevant command
    Roussetos Karafyllakis committed May 8, 2024
    Configuration menu
    Copy the full SHA
    297da8c View commit details
    Browse the repository at this point in the history
  4. To resolve static analysis level 4 "errors", update code

    Roussetos Karafyllakis committed May 8, 2024
    Configuration menu
    Copy the full SHA
    768f06e View commit details
    Browse the repository at this point in the history
  5. As debug triggering is deprecated within the library, remove the debu…

    …g property of the configuration
    Roussetos Karafyllakis committed May 8, 2024
    Configuration menu
    Copy the full SHA
    fecf86f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Code changes should work with PHP 7.4, so allow as version

    Roussetos Karafyllakis committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5d79dc8 View commit details
    Browse the repository at this point in the history
  2. removed debug from example provider as well and update docblocks

    Roussetos Karafyllakis committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3596a2f View commit details
    Browse the repository at this point in the history
  3. removed param from guzzle handler stack

    Roussetos Karafyllakis committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3f44912 View commit details
    Browse the repository at this point in the history
  4. as the debug flag param is removed, remove php7.4 compatibility as we…

    … will support v4 of the base library moving forwards
    Roussetos Karafyllakis committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2989879 View commit details
    Browse the repository at this point in the history