php-k8s
php-k8s copied to clipboard
Update symfony/process requirement from ^5.4|^6.0 to ^6.4.x-dev
Updates the requirements on symfony/process to permit the latest version.
Changelog
Sourced from symfony/process's changelog.
CHANGELOG
6.4
- Add
PhpSubprocessto handle PHP subprocesses that take over the configuration from their parent- Add
RunProcessMessageandRunProcessMessageHandler- Support using
Process::findExecutable()independently ofopen_basedir5.2.0
- added
Process::setOptions()to setProcessspecific options- added option
create_new_consoleto allow a subprocess to continue to run after the main script exited, both on Linux and on Windows5.1.0
- added
Process::getStartTime()to retrieve the start time of the process as float5.0.0
- removed
Process::inheritEnvironmentVariables()- removed
PhpProcess::setPhpBinary()Processmust be instantiated with a command array, useProcess::fromShellCommandline()when the command should be parsed by the shell- removed
Process::setCommandLine()4.4.0
- deprecated
Process::inheritEnvironmentVariables(): env variables are always inherited.- added
Process::getLastOutputTime()method4.2.0
- added the
Process::fromShellCommandline()to run commands in a shell wrapper- deprecated passing a command as string when creating a
Processinstance- deprecated the
Process::setCommandline()and thePhpProcess::setPhpBinary()methods- added the
Process::waitUntil()method to wait for the process only for a specific output, then continue the normal execution of your application4.1.0
- added the
Process::isTtySupported()method that allows to check for TTY support
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
046c682) 94.17% compared to head (6a57e82) 94.17%.
Additional details and impacted files
@@ Coverage Diff @@
## master #397 +/- ##
=========================================
Coverage 94.17% 94.17%
Complexity 700 700
=========================================
Files 70 70
Lines 1837 1837
=========================================
Hits 1730 1730
Misses 107 107
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #408.