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 555697df61 Merge branch '5.1' into 5.2
* 5.1:
  Update .php_cs.dist
  Apply "visibility_required" CS rule to constants
2020-12-08 18:03:37 +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 2020-12-08 18:02:38 +01:00
Tests Merge branch '5.1' into 5.x 2020-11-02 16:47:15 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
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 2020-10-24 14:01:57 +02: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 Update year in license files 2020-01-01 12:03:25 +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 2020-12-08 18:03:37 +01:00
ProcessUtils.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
README.md

Process Component

The Process component executes commands in sub-processes.

Resources