1
0
Fork 0
composer/phpstan
Tom Klingenberg 939c998baf validate lock-file if configured (#10715, --check-lock)
if no lock-file is configured, turn lock file validation errors into
warnings (implicit --no-check-lock) unless those are explicitly promoted
via the new --check-lock option.

- `{"config": {"lock": false}}` is an implicit `--no-check-lock` for
  composer validate.
- `--check-lock` overrides an (implicit or explicit) `--no-check-lock`,
  always.

issue: #10715
2022-04-12 22:30:41 +02:00
..
Rules Added PHPStan rule that checks we don't use $this in closures. 2019-12-16 21:58:05 +01:00
baseline.neon validate lock-file if configured (#10715, --check-lock) 2022-04-12 22:30:41 +02:00
config.neon Bump to level 8, enable strict rules, and ignore all existing errors with baseline 2021-12-07 12:50:03 +01:00