12345678910111213141516171819202122232425 |
- {
- "name": "symfony/process",
- "type": "library",
- "description": "Symfony Process Component",
- "keywords": [],
- "homepage": "http://symfony.com",
- "license": "MIT",
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "http://symfony.com/contributors"
- }
- ],
- "require": {
- "php": ">=5.3.2"
- },
- "autoload": {
- "psr-0": { "Symfony\\Component\\Process": "" }
- },
- "target-dir": "Symfony/Component/Process"
- }
|