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 support for php 8 attributes #64

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

Commits on Oct 25, 2021

  1. Add support for php 8 attributes

    Refactor the current schema generation test case in order to reuse the
    same logic for schema generation with php 8 attributes.
    
    Create a new schema attribute reader for extracting schema info from php
    attributes.
    xico42 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    8c03368 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    969d8f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Add support for php 8.1 features without breaking older php versions

     - Refactor unit tests in order to remove php 8.1 specific tests from
     older php versions
     - Conditionally remove or add code to static analysis based on the
     current php version
     - Update minimum phpunit version
    xico42 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    f349ff5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c298a36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a8ca50 View commit details
    Browse the repository at this point in the history