Skip to content

Fix wiring of PHP metadata drivers on doctrine/orm 3.x (#1832) #184

Fix wiring of PHP metadata drivers on doctrine/orm 3.x (#1832)

Fix wiring of PHP metadata drivers on doctrine/orm 3.x (#1832) #184

Workflow file for this run

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