maglnet / ComposerRequireChecker

A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies
MIT License
887 stars 71 forks source link

Update dependency phing/phing to v3 #540

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phing/phing (source) ^2.17.4 -> ^3.0.0 age adoption passing confidence

Release Notes

phingofficial/phing (phing/phing) ### [`v3.0.0`](https://redirect.github.com/phingofficial/phing/blob/HEAD/CHANGELOG.md#May-1-2024---Phing-300) [Compare Source](https://redirect.github.com/phingofficial/phing/compare/2.17.4...3.0.0) Finally, the first stable release of Phing 3.0 is here! Please refer to the [upgrade guide](UPGRADING.md) to read all about (backwards incompatible) changes from Phing 2.0 to Phing 3.0. The following issues and pull requests were closed in this release: - Fix(php-cs-fixer.dist.php): Use absolute paths from **DIR** [#​1819](https://redirect.github.com/phingofficial/phing/pull/1819) - gitdescribe outputProperty spurious EOL character captured in property [#​1814](https://redirect.github.com/phingofficial/phing/issues/1814) - Property File Loading Order and Variable Reference Issue [#​1784](https://redirect.github.com/phingofficial/phing/issues/1784) - Found unconstructed IntlDateFormatter [#​1783](https://redirect.github.com/phingofficial/phing/issues/1783) - Add a passthru attribute to PHPStanTask so it can print errors [#​1767](https://redirect.github.com/phingofficial/phing/issues/1767)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



Read more about the use of Renovate Bot within ocramius/* projects.

renovate[bot] commented 5 months ago

⚠ 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:

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update phing/phing:3.0.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency symfony/console is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires phing/phing ^3.0.0 -> satisfiable by phing/phing[3.0.0].
    - phing/phing 3.0.0 requires symfony/console ^5.3.10|^6.0 -> found symfony/console[v5.3.10, ..., v5.4.39, v6.0.0, ..., v6.4.7] but the package is fixed to v7.0.7 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
renovate[bot] commented 4 months ago

⚠️ 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:

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update phing/phing:3.0.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency symfony/console is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires phing/phing ^3.0.0 -> satisfiable by phing/phing[3.0.0].
    - phing/phing 3.0.0 requires symfony/console ^5.3.10|^6.0 -> found symfony/console[v5.3.10, ..., v5.4.44, v6.0.0, ..., v6.4.12] but the package is fixed to v7.1.5 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

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

There has been an update posted on https://github.com/phingofficial/phing/pull/1829#issuecomment-2328859583 suggesting that version 3.0.1 will resolve the incompatibility here.