[PR #742] [MERGED] chore(deps): Bump humbug/php-scoper from 0.18.7 to 0.18.17 in /vendor-bin/php-scoper #750

Closed
opened 2026-02-26 06:32:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/742
Author: @dependabot[bot]
Created: 10/14/2025
Status: Merged
Merged: 10/14/2025
Merged by: @dependabot[bot]

Base: masterHead: dependabot/composer/vendor-bin/php-scoper/humbug/php-scoper-0.18.17


📝 Commits (1)

  • cd0c919 chore(deps): Bump humbug/php-scoper in /vendor-bin/php-scoper

📊 Changes

2 files changed (+350 additions, -129 deletions)

View changed files

📝 vendor-bin/php-scoper/composer.json (+1 -1)
📝 vendor-bin/php-scoper/composer.lock (+349 -128)

📄 Description

Bumps humbug/php-scoper from 0.18.7 to 0.18.17.

Release notes

Sourced from humbug/php-scoper's releases.

0.18.17

Features

  • Update to thecodingmachine/safe v3 (#1112)

Fixes

  • Fix scoping of new statement with the new parent not being a name (#1115)
  • Handle arguments of method_exists (#1116)

Misc

  • Move the init file template to the res directory (#1054)

0.18.16

Features

Misc

  • Allow PHPUnit 11 (#1085)
  • Fix test for Symfony 7.2 (#1087)
  • Show the diff upon failure when executing PHP-CS-Fixer in the CI (#1088)
  • Fix constant/function assignment in WP example in the docs (#1094)

0.18.15

Fixes

  • Handle symbols removed within PhpStorm's stubs (#1065)
  • Fix aliasing functions with multiple-level namespaces (#1061)

0.18.14

Features

  • Throw more friendly exceptions when loading a configuration (#1045)
  • Allow to configure the parser PHP version (#1044, #1052)

Fixes

  • Configure the printer PHP version to 7.2 by default (#1049)
  • Fix missing var-dumper dependency (#1053)

0.18.13

Fixes

... (truncated)

Commits
  • 0a2556c fix: Handle arguments of method_exists (#1116)
  • d5020f6 refactor: Move the init file template to the res directory (#1054)
  • 507fa1b fix: Fix scoping of new statement with the new parent not being a name (#1115)
  • ad79baf test: Remove usage of deprecated flag (#1114)
  • ea98941 test: Fix e2e 032 (#1113)
  • 8742aec chore(deps): Update to thecodingmachine/safe v3 (#1112)
  • fcf09f9 docs: Add missing php tag
  • 87c7ca6 build(deps-dev): Bump phpunit/phpunit (#1106)
  • aff0ef9 docs: Fix constant/function assignment in WP example (#1094)
  • ab58aa0 build(deps-dev): Bump the dependencies group across 1 directory with 2 update...
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @nextcloud-command.


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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/742 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/14/2025 **Status:** ✅ Merged **Merged:** 10/14/2025 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `master` ← **Head:** `dependabot/composer/vendor-bin/php-scoper/humbug/php-scoper-0.18.17` --- ### 📝 Commits (1) - [`cd0c919`](https://github.com/nextcloud/twofactor_gateway/commit/cd0c9192689ea158cc86db0eac221257391eb9ef) chore(deps): Bump humbug/php-scoper in /vendor-bin/php-scoper ### 📊 Changes **2 files changed** (+350 additions, -129 deletions) <details> <summary>View changed files</summary> 📝 `vendor-bin/php-scoper/composer.json` (+1 -1) 📝 `vendor-bin/php-scoper/composer.lock` (+349 -128) </details> ### 📄 Description Bumps [humbug/php-scoper](https://github.com/humbug/php-scoper) from 0.18.7 to 0.18.17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/humbug/php-scoper/releases">humbug/php-scoper's releases</a>.</em></p> <blockquote> <h2>0.18.17</h2> <h3>Features</h3> <ul> <li>Update to thecodingmachine/safe v3 (<a href="https://redirect.github.com/humbug/php-scoper/issues/1112">#1112</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Fix scoping of new statement with the new parent not being a name (<a href="https://redirect.github.com/humbug/php-scoper/issues/1115">#1115</a>)</li> <li>Handle arguments of method_exists (<a href="https://redirect.github.com/humbug/php-scoper/issues/1116">#1116</a>)</li> </ul> <h3>Misc</h3> <ul> <li>Move the init file template to the res directory (<a href="https://redirect.github.com/humbug/php-scoper/issues/1054">#1054</a>)</li> </ul> <h2>0.18.16</h2> <h3>Features</h3> <ul> <li>Add PHP 8.4 support (<a href="https://redirect.github.com/humbug/php-scoper/issues/1086">#1086</a>, <a href="https://redirect.github.com/humbug/php-scoper/issues/1100">#1100</a>, <a href="https://redirect.github.com/humbug/php-scoper/issues/1105">#1105</a>, <a href="https://redirect.github.com/humbug/php-scoper/issues/1090">#1090</a>)</li> <li>Unlock intellisense for the finder component (<a href="https://redirect.github.com/humbug/php-scoper/issues/1104">#1104</a>)</li> </ul> <h3>Misc</h3> <ul> <li>Allow PHPUnit 11 (<a href="https://redirect.github.com/humbug/php-scoper/issues/1085">#1085</a>)</li> <li>Fix test for Symfony 7.2 (<a href="https://redirect.github.com/humbug/php-scoper/issues/1087">#1087</a>)</li> <li>Show the diff upon failure when executing PHP-CS-Fixer in the CI (<a href="https://redirect.github.com/humbug/php-scoper/issues/1088">#1088</a>)</li> <li>Fix constant/function assignment in WP example in the docs (<a href="https://redirect.github.com/humbug/php-scoper/issues/1094">#1094</a>)</li> </ul> <h2>0.18.15</h2> <h3>Fixes</h3> <ul> <li>Handle symbols removed within PhpStorm's stubs (<a href="https://redirect.github.com/humbug/php-scoper/issues/1065">#1065</a>)</li> <li>Fix aliasing functions with multiple-level namespaces (<a href="https://redirect.github.com/humbug/php-scoper/issues/1061">#1061</a>)</li> </ul> <h2>0.18.14</h2> <h3>Features</h3> <ul> <li>Throw more friendly exceptions when loading a configuration (<a href="https://redirect.github.com/humbug/php-scoper/issues/1045">#1045</a>)</li> <li>Allow to configure the parser PHP version (<a href="https://redirect.github.com/humbug/php-scoper/issues/1044">#1044</a>, <a href="https://redirect.github.com/humbug/php-scoper/issues/1052">#1052</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Configure the printer PHP version to 7.2 by default (<a href="https://redirect.github.com/humbug/php-scoper/issues/1049">#1049</a>)</li> <li>Fix missing var-dumper dependency (<a href="https://redirect.github.com/humbug/php-scoper/issues/1053">#1053</a>)</li> </ul> <h2>0.18.13</h2> <h3>Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/humbug/php-scoper/commit/0a2556c7c23776a61cf22689e2f24298ba00e33a"><code>0a2556c</code></a> fix: Handle arguments of method_exists (<a href="https://redirect.github.com/humbug/php-scoper/issues/1116">#1116</a>)</li> <li><a href="https://github.com/humbug/php-scoper/commit/d5020f6d790ab001cab3f270e7903b65ca39237f"><code>d5020f6</code></a> refactor: Move the init file template to the <code>res</code> directory (<a href="https://redirect.github.com/humbug/php-scoper/issues/1054">#1054</a>)</li> <li><a href="https://github.com/humbug/php-scoper/commit/507fa1b4ab449e07563f25e6815ee746f41a7d00"><code>507fa1b</code></a> fix: Fix scoping of new statement with the new parent not being a name (<a href="https://redirect.github.com/humbug/php-scoper/issues/1115">#1115</a>)</li> <li><a href="https://github.com/humbug/php-scoper/commit/ad79bafa817d88857cc48754b21076da6d05d77a"><code>ad79baf</code></a> test: Remove usage of deprecated flag (<a href="https://redirect.github.com/humbug/php-scoper/issues/1114">#1114</a>)</li> <li><a href="https://github.com/humbug/php-scoper/commit/ea989412d1723284c11acbc17835b6b03852b2bf"><code>ea98941</code></a> test: Fix e2e 032 (<a href="https://redirect.github.com/humbug/php-scoper/issues/1113">#1113</a>)</li> <li><a href="https://github.com/humbug/php-scoper/commit/8742aec426e98664c20e39d269f8238b522b4605"><code>8742aec</code></a> chore(deps): Update to thecodingmachine/safe v3 (<a href="https://redirect.github.com/humbug/php-scoper/issues/1112">#1112</a>)</li> <li><a href="https://github.com/humbug/php-scoper/commit/fcf09f9cb437726444858c8ea15175685c97fb5a"><code>fcf09f9</code></a> docs: Add missing php tag</li> <li><a href="https://github.com/humbug/php-scoper/commit/87c7ca6f7ba9f5bae0e9914bd2fd2cc343e98b99"><code>87c7ca6</code></a> build(deps-dev): Bump phpunit/phpunit (<a href="https://redirect.github.com/humbug/php-scoper/issues/1106">#1106</a>)</li> <li><a href="https://github.com/humbug/php-scoper/commit/aff0ef968d8a07ea5be8a2fe797dbf4927e750af"><code>aff0ef9</code></a> docs: Fix constant/function assignment in WP example (<a href="https://redirect.github.com/humbug/php-scoper/issues/1094">#1094</a>)</li> <li><a href="https://github.com/humbug/php-scoper/commit/ab58aa08ce7ed86566234ec1fdba818ee4237a28"><code>ab58aa0</code></a> build(deps-dev): Bump the dependencies group across 1 directory with 2 update...</li> <li>Additional commits viewable in <a href="https://github.com/humbug/php-scoper/compare/0.18.7...0.18.17">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=humbug/php-scoper&package-manager=composer&previous-version=0.18.7&new-version=0.18.17)](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 will merge this PR once CI passes on it, as requested by @nextcloud-command. [//]: # (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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:32:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#750
No description provided.