KonstantinCodes / messenger-kafka

Simple Kafka transport for Symfony Messenger.
MIT License
84 stars 35 forks source link

Update phpstan/phpstan requirement from ^0.12.52 to ^1.1.2 #43

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on phpstan/phpstan to permit the latest version.

Release notes

Sourced from phpstan/phpstan's releases.

1.1.2

Bugfixes 🐛

Function signature fixes 🤖

  • Mark file resource functions as having side effects (#698), thanks @​jlherren!
  • Use positive integers for various time functions (#760), thanks @​staabm!
Commits
  • bcea0ae PHPStan 1.1.2
  • 57c3470 Updated PHPStan to commit 9488d34977f5e63728b4f182d17ccbfc426d1b4d
  • 10fceec Updated PHPStan to commit 822a9b4fc721ed87590e1258c7afadf4871014bc
  • ae8a96e Updated PHPStan to commit b92c18bc21adfe0014956f07f2f302b0a4e7454d
  • d62cb19 Updated PHPStan to commit 74787be3fe520a72febf3b779f12e9ad9e471c85
  • 49b29b5 Updated PHPStan to commit 9384783ffe29e1646bcbdce9ba3c06e9a400ebc8
  • c3210f7 Updated PHPStan to commit b5e44f7936d54accf7c5f5e5df9941b884f5b779
  • 3f520d5 Upgrade Parcel to v2
  • 13c1fe1 Updated PHPStan to commit 78b00d0664fca965d58ad3c3f069d1a4e51c0093
  • 86959ce Updated PHPStan to commit 12973cdb1c3c0f84e09dd039edfbf66a58991878
  • 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 2 years ago

Superseded by #45.