mezzio-tooling
mezzio-tooling copied to clipboard
Update dependency symfony/process to v7
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
symfony/process (source) | ^6.0.11 -> ^6.0.11 || ^7.0.0 |
Release Notes
symfony/process (symfony/process)
v7.1.3
Changelog (https://github.com/symfony/process/compare/v7.1.2...v7.1.3)
- no significant changes
v7.1.1
Changelog (https://github.com/symfony/process/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/process/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.0.8
Changelog (https://github.com/symfony/process/compare/v7.0.7...v7.0.8)
- bug symfony/symfony#54863 [Process] Return
false
whenopen_basedir
prevents access to/dev/tty
(@mjauvin)
v7.0.7
Changelog (https://github.com/symfony/process/compare/v7.0.6...v7.0.7)
- no significant changes
v7.0.4
Changelog (https://github.com/symfony/process/compare/v7.0.3...v7.0.4)
- bug symfony/symfony#54006 [Process] Fix the
command -v
exception (@kayw-geek) - bug symfony/symfony#53821 [Process] Fix Inconsistent Exit Status in proc_get_status for PHP Versions Below 8.3 (@Luc45)
v7.0.3
Changelog (https://github.com/symfony/process/compare/v7.0.2...v7.0.3)
- bug symfony/symfony#53481 [Process] Fix executable finder when the command starts with a dash (@kayw-geek)
v7.0.2
Changelog (https://github.com/symfony/process/compare/v7.0.1...v7.0.2)
- bug symfony/symfony#52864 [HttpClient][Mailer][Process] always pass microseconds to usleep as integers (@xabbuh)
v7.0.0
Changelog (https://github.com/symfony/process/compare/v7.0.0-RC2...v7.0.0)
- no significant changes
v6.4.8
Changelog (https://github.com/symfony/process/compare/v6.4.7...v6.4.8)
- bug symfony/symfony#54863 [Process] Return
false
whenopen_basedir
prevents access to/dev/tty
(@mjauvin)
v6.4.7
Changelog (https://github.com/symfony/process/compare/v6.4.6...v6.4.7)
- no significant changes
v6.4.4
Changelog (https://github.com/symfony/process/compare/v6.4.3...v6.4.4)
- bug symfony/symfony#54006 [Process] Fix the
command -v
exception (@kayw-geek) - bug symfony/symfony#53821 [Process] Fix Inconsistent Exit Status in proc_get_status for PHP Versions Below 8.3 (@Luc45)
v6.4.3
Changelog (https://github.com/symfony/process/compare/v6.4.2...v6.4.3)
- bug symfony/symfony#53481 [Process] Fix executable finder when the command starts with a dash (@kayw-geek)
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.
- [ ] If you want to rebase/retry this PR, check this box
Read more information about the use of Renovate Bot within Laminas.
⚠ 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: composer.lock
Command failed: composer update symfony/process:7.0.2 --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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires symfony/process ^6.0.11 || ^7.0.0 -> satisfiable by symfony/process[v7.0.2].
- symfony/process v7.0.2 requires php >=8.2 -> your php version (8.1.99; overridden via config.platform, actual: 8.1.27) does not satisfy that requirement.
I order for every check to pass the platform configuration must be changed to "php": "8.2.99", but I think this is undesirable at this moment, because this tool still supports PHP 8.1
.
Should a 3.0.x branch be created that will be compatible with PHP 8.2+
?
It's fine to bump requirements in a minor release