/home/techb158/exp.abdallabala.com/vendor/symfony/process
NameSizeModeActions
Exception/-0755rm
Pipes/-0755rm
Tests/-0755rm
.gitignore340644editdlrm
CHANGELOG.md17080644editdlrm
composer.json6710644editdlrm
ExecutableFinder.php25940644editdlrm
InputStream.php23240644editdlrm
LICENSE10650644editdlrm
PhpExecutableFinder.php23750644editdlrm
PhpProcess.php24960644editdlrm
phpunit.xml.dist8340644editdlrm
Process.php557630644editdlrm
ProcessBuilder.php66660644editdlrm
ProcessUtils.php40130644editdlrm
README.md4770644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/symfony/process/composer.json (671B)
{ "name": "symfony/process", "type": "library", "description": "Symfony Process Component", "keywords": [], "homepage": "https://symfony.com", "license": "MIT", "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "require": { "php": "^5.5.9|>=7.0.8" }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "minimum-stability": "dev" }