Restrict compatibility constraints with psr/log and doctrine/data-fix… #81
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected]" |