Skip to content

fix: remove reference to non existing ServiceProvider #34

fix: remove reference to non existing ServiceProvider

fix: remove reference to non existing ServiceProvider #34

Workflow file for this run

name: CI
on: [pull_request]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
args: --ignore-platform-reqs
- name: PHPStan Static Analysis
run: composer phpstan
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
args: --ignore-platform-reqs
- name: PHP CS Fixer Static Analysis
run: composer php-cs-fixer
rector:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
args: --ignore-platform-reqs
- name: Rector
run: composer rector