recognize
recognize copied to clipboard
chore(deps-dev): Update symfony/process requirement from ^5.2 to ^6.0
Updates the requirements on symfony/process to permit the latest version.
Release notes
Sourced from symfony/process's releases.
v6.0.19
Changelog (https://github.com/symfony/process/compare/v6.0.18...v6.0.19)
- no significant changes
Changelog
Sourced from symfony/process's changelog.
CHANGELOG
5.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- made
PhpExecutableFinderlook for thePHP_BINARYenv var when searching the php binary- added the
ProcessSignaledExceptionclass to properly catch signaled process errors4.0.0
- environment variables will always be inherited
- added a second
array $env = []argument to thestart(),run(),
... (truncated)
Commits
2114fd6Merge branch '5.4' into 6.0c5ba874Bump license year to 202344270a0Merge branch '5.4' into 6.06e75fe6Merge branch '4.4' into 5.45cee9cdCS fixesd074154Merge branch '5.4' into 6.0597f3ffMerge branch '4.4' into 5.49eedd60[Process] Fix Process::getEnv() when setEnv() hasn't been called beforee13f675Merge branch '5.4' into 6.038a44b2Merge branch '4.4' into 5.4- Additional commits viewable 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 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)