Skip to content

Fix compatibility for Symfony 6 projects without doctrine/persistence 3 support #16

Fix compatibility for Symfony 6 projects without doctrine/persistence 3 support

Fix compatibility for Symfony 6 projects without doctrine/persistence 3 support #16

Workflow file for this run

name: "Composer Lint"
on:
pull_request:
branches:
- "*.x"
paths:
- ".github/workflows/composer-lint.yml"
- "composer.json"
push:
branches:
- "*.x"
paths:
- ".github/workflows/composer-lint.yml"
- "composer.json"
jobs:
composer-lint:
name: "Composer Lint"
uses: "doctrine/.github/.github/workflows/[email protected]"