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 854de3cc2e Merge branch '5.1' into 5.2
* 5.1:
  Use createMock() and use import instead of FQCN
2021-01-27 11:15:41 +01:00
..
Exception Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
Pipes Merge branch '4.4' into 5.1 2021-01-12 15:25:50 +01:00
Tests Merge branch '5.1' into 5.2 2021-01-27 11:15:41 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Process] allow setting options esp. "create_new_console" to detach a subprocess 2020-09-08 14:47:24 +02:00
composer.json Merge branch '4.4' into 5.1 2021-01-10 17:29:19 +01:00
ExecutableFinder.php Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
InputStream.php Merge branch '3.4' into 4.4 2020-03-16 17:04:53 +01:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
PhpExecutableFinder.php Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
PhpProcess.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
Process.php Merge branch '5.1' into 5.2 2021-01-14 16:42:36 +01:00
ProcessUtils.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02: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