Skip to content

docs: add MIT LICENSE file to match composer.json #5

docs: add MIT LICENSE file to match composer.json

docs: add MIT LICENSE file to match composer.json #5

Workflow file for this run

name: CI
on: [push]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
path: lib/ tests/
level: 9
php_version: 8.1