Bump chillerlan/php-qrcode from 5.0.4 to 5.0.5 #535

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/chillerlan/php-qrcode-5.0.5 into main
dependabot[bot] commented 2025-11-25 00:16:33 +00:00 (Migrated from github.com)

Bumps chillerlan/php-qrcode from 5.0.4 to 5.0.5.

Release notes

Sourced from chillerlan/php-qrcode's releases.

5.0.5

  • PHP 8.5 support (imagedestroy() deprecation)
  • The parameter $transform of the method QROutputAbstract::collectModules(Closure $transform) has been deprecated in favor of the newly introduced method QROutputAbstract::moduleTransform() with the same parameters as the anonymous closure. The parameter will be removed in v6.
  • Remaining instances of empty() have been replaced with more precise checks.
  • dependency & CI updates
Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
Bumps [chillerlan/php-qrcode](https://github.com/chillerlan/php-qrcode) from 5.0.4 to 5.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chillerlan/php-qrcode/releases">chillerlan/php-qrcode's releases</a>.</em></p> <blockquote> <h2>5.0.5</h2> <ul> <li>PHP 8.5 support (<code>imagedestroy()</code> deprecation)</li> <li>The parameter <code>$transform</code> of the method <code>QROutputAbstract::collectModules(Closure $transform)</code> has been deprecated in favor of the newly introduced method <code>QROutputAbstract::moduleTransform()</code> with the same parameters as the anonymous closure. The parameter will be removed in v6.</li> <li>Remaining instances of <code>empty()</code> have been replaced with more precise checks.</li> <li>dependency &amp; CI updates</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chillerlan/php-qrcode/commit/7b66282572fc14075c0507d74d9837dab25b38d6"><code>7b66282</code></a> :octocat:</li> <li><a href="https://github.com/chillerlan/php-qrcode/commit/40b22bbe002298f8ffe30d9aee1352b71432aae0"><code>40b22bb</code></a> :octocat:</li> <li><a href="https://github.com/chillerlan/php-qrcode/commit/c90e011746967eb3ec3739d67942dc9d33a6a590"><code>c90e011</code></a> :shower: phan happy</li> <li><a href="https://github.com/chillerlan/php-qrcode/commit/2181a9ed41cacd77f3c6c13e9d91ff18901fb5df"><code>2181a9e</code></a> :octocat: phpcs verbose output</li> <li><a href="https://github.com/chillerlan/php-qrcode/commit/bc7ba5e22a916884edc165b31b71d999099d84b4"><code>bc7ba5e</code></a> :octocat: PHP 8.5 deprecation: imagedestroy()</li> <li><a href="https://github.com/chillerlan/php-qrcode/commit/b1efebb7c224b4d2ed6ba6796e6c6a5524df4657"><code>b1efebb</code></a> :octocat: remove remaining instances of empty()</li> <li><a href="https://github.com/chillerlan/php-qrcode/commit/8104863841a49edd703524b73dff7d4ad09e58dc"><code>8104863</code></a> :octocat: CI update</li> <li><a href="https://github.com/chillerlan/php-qrcode/commit/d98e9586f91f6e1cff62ffd45c541af84f239468"><code>d98e958</code></a> :book:</li> <li><a href="https://github.com/chillerlan/php-qrcode/commit/cae3a63e6fa53dd48e38110202088f8e59709c6c"><code>cae3a63</code></a> :octocat: deprecate parameter $transform of QROutputAbstract::collectModules()</li> <li>See full diff in <a href="https://github.com/chillerlan/php-qrcode/compare/5.0.4...5.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chillerlan/php-qrcode&package-manager=composer&previous-version=5.0.4&new-version=5.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
dependabot[bot] commented 2025-11-26 00:12:43 +00:00 (Migrated from github.com)

Looks like chillerlan/php-qrcode is up-to-date now, so this is no longer needed.

Looks like chillerlan/php-qrcode is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.