30 lines
716 B
JSON
Raw Normal View History

2023-07-15 10:16:32 +08:00
{
2023-08-09 14:43:30 +08:00
"name": "symfony/process",
2023-07-15 10:16:32 +08:00
"type": "library",
2023-08-09 14:43:30 +08:00
"description": "Executes commands in sub-processes",
2023-07-15 10:16:32 +08:00
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
2023-08-09 14:43:30 +08:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
2023-07-15 10:16:32 +08:00
},
"autoload": {
2023-08-09 14:43:30 +08:00
"psr-4": { "Symfony\\Component\\Process\\": "" },
2023-07-15 10:16:32 +08:00
"exclude-from-classmap": [
"/Tests/"
]
},
2023-08-09 14:43:30 +08:00
"minimum-stability": "dev"
2023-07-15 10:16:32 +08:00
}