An open API service indexing awesome lists of open source software.

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

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
```