Skip to content

chore: update doctrine/dbal requirement from ^3.6 to ^4.0 #564

chore: update doctrine/dbal requirement from ^3.6 to ^4.0

chore: update doctrine/dbal requirement from ^3.6 to ^4.0 #564

Workflow file for this run

name: PHP Linting
on: pull_request
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "laravel-pint"
uses: aglipanci/[email protected]
with:
preset: laravel
pintVersion: 1.8.0
verboseMode: true
testMode: true
# configPath: "vendor/my-company/coding-style/pint.json"