{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "08b9a37bf5251ec859b17e78e378df59", "packages": [ { "name": "nacmartin/phpexecjs", "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/nacmartin/phpexecjs.git", "reference": "afafdd81ff6f90440a9865b40a9d6cb4ba73aa41" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nacmartin/phpexecjs/zipball/afafdd81ff6f90440a9865b40a9d6cb4ba73aa41", "reference": "afafdd81ff6f90440a9865b40a9d6cb4ba73aa41", "shasum": "" }, "require": { "symfony/process": "~2.3|~3.0|^4.0|^5.0|^6.0" }, "require-dev": { "phpunit/phpunit": "^8.3" }, "type": "library", "autoload": { "psr-0": { "Nacmartin\\PhpExecJs": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "nacho", "email": "nacho@limenius.com" } ], "description": "Run JavaScript code from PHP", "support": { "issues": "https://github.com/nacmartin/phpexecjs/issues", "source": "https://github.com/nacmartin/phpexecjs/tree/v3.1.0" }, "time": "2021-12-23T10:43:13+00:00" }, { "name": "symfony/process", "version": "v6.4.8", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/8d92dd79149f29e89ee0f480254db595f6a6a2c5", "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5", "shasum": "" }, "require": { "php": ">=8.1" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/process/tree/v6.4.8" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2024-05-31T14:49:08+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.4", "ext-json": "*", "ext-zip": "*" }, "platform-dev": [], "plugin-api-version": "2.6.0" }