https://github.com/staabm/phpstan-deployer6
phpstan stubs for Deployer version 6
https://github.com/staabm/phpstan-deployer6
Last synced: 9 months ago
JSON representation
phpstan stubs for Deployer version 6
- Host: GitHub
- URL: https://github.com/staabm/phpstan-deployer6
- Owner: staabm
- Created: 2022-02-25T08:33:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T07:16:42.000Z (about 4 years ago)
- Last Synced: 2025-04-15T13:55:26.725Z (about 1 year ago)
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phpstan-deployer6
phpstan stubs for [Deployer version 6](https://github.com/deployphp/deployer) which fixes some missing typhints to make it more static analysis friendly.
## Installation
`composer require staabm/phpstan-deployer6`
If you also install [phpstan/extension-installer](https://github.com/phpstan/extension-installer) then you're all set!
Manual installation
einbinden in der phpstan konfig datei, z.B. `phpstan.neon.dist` via `includes`:
```
includes:
- phpstan-deployer6/config/deployer6.neon
```