Replace static stub files with dynamic stub generation for Yii::$app type inference, adding support for custom application types.
#422
Workflow file for this run
This file contains hidden or 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
| --- | |
| on: | |
| pull_request: &ignore-paths | |
| paths-ignore: | |
| - ".gitattributes" | |
| - ".gitignore" | |
| - "CHANGELOG.md" | |
| - "docs/**" | |
| - "README.md" | |
| push: *ignore-paths | |
| name: Composer require checker | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| composer-require-checker: | |
| uses: yii2-framework/actions/.github/workflows/composer-require-checker.yml@v1 |