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

Adding some of the most common php tooling #757

Merged

Commits on Apr 26, 2024

  1. Adding some of the most common php tooling - phpunit for running unit…

    … tests, paratest for running the same unitests in parallel, and php-cs-fixer for enforcing formatting. php-cs-fixer could be considered to be promoted to being a linter as soon as I work out how to parse its output and feed it through a post-processor like phpstan is
    matthewbaggett committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d724356 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    58ecf72 View commit details
    Browse the repository at this point in the history
  2. fix dependencies

    TylerJang27 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0115c7b View commit details
    Browse the repository at this point in the history
  3. reduce installation

    TylerJang27 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4d22f0c View commit details
    Browse the repository at this point in the history
  4. one more try

    TylerJang27 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4241254 View commit details
    Browse the repository at this point in the history
  5. final install fix?

    TylerJang27 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e4346f8 View commit details
    Browse the repository at this point in the history
  6. revert to old install

    TylerJang27 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    121cfc5 View commit details
    Browse the repository at this point in the history