staabm / phpstan-dba

PHPStan based SQL static analysis and type inference for the database access layer
https://staabm.github.io/archive.html#phpstan-dba
MIT License
249 stars 17 forks source link

Update symplify/easy-coding-standard requirement from ^11.4 to ^12.0 #615

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 1 year ago

Updates the requirements on symplify/easy-coding-standard to permit the latest version.

Commits
  • 7372622 release PHP 7.2 downgraded
  • 499907c make use of when()->needs()->giveTagged()
  • b350c93 make metadata collector default singleton to keep data between rules
  • a88d52a drop string dependency from console
  • 497b1d6 remove symfony/strings and use directly strlen
  • 368172a remove more polyfills
  • a25f83d return resolver
  • b75cde9 add few replaces symfony packages, as only needed by php-cs-fixer runner, not...
  • b53696c add reflection accessible for PHP 7.2
  • feab66f remove deprecated FunctionTypehintSpaceFixer
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 6 months ago

Superseded by #637.