mirror of
https://github.com/deployphp/deployer.git
synced 2025-01-29 19:27:52 +01:00
387b4c1d51
As well rename test dir to tests, as Pest does not support dir without s on the end. Also, remove PHP requirement from composer.json as we already have check-in bin/dep and it's better to have the check only in one place (now they already out of sync).
16 lines
305 B
Plaintext
16 lines
305 B
Plaintext
includes:
|
|
- tests/phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 5
|
|
paths:
|
|
- src
|
|
- recipe
|
|
- contrib
|
|
|
|
ignoreErrors:
|
|
- "#^Constant DEPLOYER_VERSION not found\\.$#"
|
|
- "#^Constant DEPLOYER_BIN not found\\.$#"
|
|
- "#CpanelPhp#"
|
|
- "#AMQPMessage#"
|