This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Process
Nicolas Grekas b72e9c28da Merge branch '5.1'
* 5.1:
  fix merge
  Require PHPUnit 9.3 on PHP 8
  [Cache] fix catching auth errors
  Fix CS
  [FrameworkBundle] set default session.handler alias if handler_id is not provided
  Fix CS
  Readability update
  Removed @internal from Composite
  Fix checks for phpunit releases on Composer 2 (resolves #37601)
  [Messenger] fix ignore account & endpoint options amazon sqs connection
  [Serializer] Support multiple levels of discriminator mapping
  Use hexadecimal numerals instead of hexadecimals in strings to represent error codes.
  [SCA] Minor fixes on tests
  [WebProfilerBundle] modified url generation to use absolute urls
  [Mailer] Fix reply-to functionality in the SendgridApiTransport
  [Mime] Fix compat with HTTP requests
  ticket_36879 - Fix mandrill raw http request setting from email/name
2020-07-23 10:36:44 +02:00
..
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Pipes Merge branch '5.0' into 5.1 2020-07-06 15:23:11 +02:00
Tests Merge branch '3.4' into 4.4 2020-07-23 10:31:43 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
CHANGELOG.md [Process] Add getter for process starttime 2020-02-14 14:09:17 +01:00
composer.json Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
ExecutableFinder.php [Process] [5.0] Replace docblocks by type-hints 2019-07-05 07:04:51 +02:00
InputStream.php Merge branch '3.4' into 4.4 2020-03-16 17:04:53 +01:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
PhpExecutableFinder.php Merge branch '4.4' 2019-07-18 12:46:32 +02:00
PhpProcess.php Merge branch '4.4' into 5.0 2020-02-08 18:00:58 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
Process.php Merge branch '5.0' into 5.1 2020-05-30 22:35:19 +02:00
ProcessUtils.php Merge branch '4.4' into 5.0 2020-03-16 17:38:48 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00

Process Component

The Process component executes commands in sub-processes.

Resources