streams/vendor/symfony/process/composer.json

35 lines
801 B
JSON
Raw Normal View History

2019-04-16 04:51:27 +00:00
{
"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": {
2020-06-14 23:49:34 +00:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
2019-04-16 04:51:27 +00:00
},
"autoload": {
"psr-4": { "Symfony\\Component\\Process\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2020-06-14 23:49:34 +00:00
"dev-master": "5.1-dev"
2019-04-16 04:51:27 +00:00
}
}
}