Skip to content

fix(deps): update dependency humbug/php-scoper to ^0.18.18 (stable1.0)#2266

Closed
renovate[bot] wants to merge 1 commit intostable1.0from
renovate/stable1.0-humbug-php-scoper-0.x
Closed

fix(deps): update dependency humbug/php-scoper to ^0.18.18 (stable1.0)#2266
renovate[bot] wants to merge 1 commit intostable1.0from
renovate/stable1.0-humbug-php-scoper-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2026

This PR contains the following updates:

Package Change Age Confidence
humbug/php-scoper ^0.18.7^0.18.18 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

humbug/php-scoper (humbug/php-scoper)

v0.18.18

Compare Source

Fixes
  • Normalize file paths for Windows compatibility (#​1130)

v0.18.17

Compare Source

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)

v0.18.16

Compare Source

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)

v0.18.15

Compare Source

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

v0.18.14

Compare Source

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)

v0.18.13

Compare Source

Fixes
  • Preserve heredoc/newdoc indentation (#​1037)
Misc
  • Fix the PHP version ID used in tests (#​1038)
  • Allow to specify the running PHP version for the specs (#​1039)
  • Leverage the PhpParser v5 printer changes (#​1040)

v0.18.12

Compare Source

Features
  • Introduce a new factory for SymbolsRegistry (#​1004)
Bugfixes
  • Append alias class statement correct when the class/interface is within a statement (#​966)
  • Do not exclude all source code in the default template (#​952)
  • Add an additional function_exists statement for excluded function checks (#​979)
  • Update the list of internal symbols (#​1013)
  • Make the scoper-autoload.php PHP 5.6 compatible (#​1024)
  • Do not scope class-like strings that cannot be class names (#​1027)
  • Do not prefix excluded functions used in call_user_func_array() (#​1028)
Misc

v0.18.11

Compare Source

Features
  • Add support for Symfony 7 (#​937)
Misc

v0.18.10

Compare Source

Fixes
  • Revert "feat: Mark all declarations as internal (#​882)" (#​928)

v0.18.9

Compare Source

Features
  • Make it easier to serialize/unserialize a SymbolsRegistry (#​915)

v0.18.8

Compare Source

Fix
  • Update the Reflector with the ext-uv symbols (#​894)
Misc
  • Bump to PHP 8.2 (#​904)
  • Migrate to FidryConsole 0.6 (#​903)
  • Remove non-existent ignored files (#​900)
  • Update .gitattributes (#​899)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Jan 17, 2026
@renovate renovate bot requested review from blizzz and enjeck as code owners January 17, 2026 08:26
@renovate
Copy link
Contributor Author

renovate bot commented Jan 17, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: vendor-bin/php-scoper/composer.lock
Command failed: composer update humbug/php-scoper:0.18.18 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires humbug/php-scoper ^0.18.18 -> satisfiable by humbug/php-scoper[0.18.18].
    - humbug/php-scoper 0.18.18 requires php ^8.2 -> your php version (8.1; overridden via config.platform, same as actual) does not satisfy that requirement.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot added dependencies Pull requests that update a dependency file 3. to review Waiting for reviews labels Jan 17, 2026
@github-actions github-actions bot enabled auto-merge January 17, 2026 08:26
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@enjeck enjeck force-pushed the renovate/stable1.0-humbug-php-scoper-0.x branch from 0c04d44 to 1b73659 Compare January 26, 2026 19:24
@enjeck enjeck closed this Feb 4, 2026
auto-merge was automatically disabled February 4, 2026 05:48

Pull request was closed

@renovate
Copy link
Contributor Author

renovate bot commented Feb 4, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.18.18). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/stable1.0-humbug-php-scoper-0.x branch February 4, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant