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

Add PHP class diagram HTML page #216

Merged
merged 4 commits into from
Jul 9, 2024
Merged

Add PHP class diagram HTML page #216

merged 4 commits into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. Add PHP class diagram HTML page

    A new HTML page for the PHP class diagram has been added, providing a better view of the diagram. Simultaneously, the existing link in the README.md has been updated to point to this new HTML page instead of directly to the SVG file.
    koriym committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e77b0f6 View commit details
    Browse the repository at this point in the history
  2. Install Composer dependencies without dev packages in PECL test

    Updated the Continuous Integration script to install Composer dependencies excluding dev packages. This change is reflected in the continuous-integration-pecl.yml file, resulting in a cleaner, production-ready environment setup during CI workflow.
    koriym committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bba6d33 View commit details
    Browse the repository at this point in the history
  3. The list item should use a dash

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    koriym and coderabbitai[bot] committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    527f745 View commit details
    Browse the repository at this point in the history
  4. Add PHPUnit installation to workflow

    This commit includes PHPUnit as a part of the CI build process. The aim is to facilitate easier and more efficient testing by automatically installing PHPUnit in the continuous integration workflow.
    koriym committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ef64d96 View commit details
    Browse the repository at this point in the history